aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/Sets/Multiset.v
diff options
context:
space:
mode:
Diffstat (limited to 'theories/Sets/Multiset.v')
-rwxr-xr-xtheories/Sets/Multiset.v4
1 files changed, 2 insertions, 2 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.