aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/Program/Wf.v
diff options
context:
space:
mode:
authorGravatar msozeau <msozeau@85f007b7-540e-0410-9357-904b9bb8a0f7>2008-04-05 21:32:11 +0000
committerGravatar msozeau <msozeau@85f007b7-540e-0410-9357-904b9bb8a0f7>2008-04-05 21:32:11 +0000
commit4a38c36307bf6333f6c26590820dfd82d643edf2 (patch)
tree67902e5edfa95fc9b4025488545b07b876ef1fca /theories/Program/Wf.v
parent76cbb3b74c5611fb8c274d4c911d5c83f85351a7 (diff)
Minor fixes:
- Allow unicode superscripts characters. - Put Program notations in scopes. - Correct priority semantics in typeclasses eauto. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@10759 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'theories/Program/Wf.v')
-rw-r--r--theories/Program/Wf.v2
1 files changed, 2 insertions, 0 deletions
diff --git a/theories/Program/Wf.v b/theories/Program/Wf.v
index bf37c8f23..20dfe9b01 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.
+Open Local Scope subset_scope.
+
Implicit Arguments Enriching Acc_inv [y].
(** Reformulation of the Wellfounded module using subsets where possible. *)