diff options
Diffstat (limited to 'theories/Program')
| -rw-r--r-- | theories/Program/Wf.v | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/theories/Program/Wf.v b/theories/Program/Wf.v index 98b18f9030..bf37c8f231 100644 --- a/theories/Program/Wf.v +++ b/theories/Program/Wf.v @@ -2,6 +2,8 @@ Require Import Coq.Init.Wf. Require Import Coq.Program.Utils. Require Import ProofIrrelevance. +Implicit Arguments Enriching Acc_inv [y]. + (** Reformulation of the Wellfounded module using subsets where possible. *) Section Well_founded. |
