aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/Sets
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2002-04-17 11:30:23 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2002-04-17 11:30:23 +0000
commitcc1be0bf512b421336e81099aa6906ca47e4257a (patch)
treec25fa8ed965729d7a85efa3b3292fdf7f442963d /theories/Sets
parentebf9aa9f97ef0d49ed1b799c9213f78efad4fec7 (diff)
Uniformisation (Qed/Save et Implicits Arguments)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@2650 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'theories/Sets')
-rwxr-xr-xtheories/Sets/Multiset.v4
-rw-r--r--theories/Sets/Uniset.v4
2 files changed, 4 insertions, 4 deletions
diff --git a/theories/Sets/Multiset.v b/theories/Sets/Multiset.v
index 4abaaaa60..68d3ec7a5 100755
--- a/theories/Sets/Multiset.v
+++ b/theories/Sets/Multiset.v
@@ -12,7 +12,7 @@
Require Permut.
-Implicit Arguments On.
+Set Implicit Arguments.
Section multiset_defs.
@@ -179,7 +179,7 @@ i*)
End multiset_defs.
-Implicit Arguments Off.
+Unset Implicit Arguments.
Hints Unfold meq multiplicity : v62 datatypes.
Hints Resolve munion_empty_right munion_comm munion_ass meq_left meq_right munion_empty_left : v62 datatypes.
diff --git a/theories/Sets/Uniset.v b/theories/Sets/Uniset.v
index d4e5c44b9..17b10ae3a 100644
--- a/theories/Sets/Uniset.v
+++ b/theories/Sets/Uniset.v
@@ -15,7 +15,7 @@
Require Bool.
-Implicit Arguments On.
+Set Implicit Arguments.
Section defs.
@@ -209,4 +209,4 @@ i*)
End defs.
-Implicit Arguments Off.
+Unset Implicit Arguments.