diff options
| author | herbelin | 2010-07-18 11:29:23 +0000 |
|---|---|---|
| committer | herbelin | 2010-07-18 11:29:23 +0000 |
| commit | e4a667a4503de1ebda52aee4aa5e08fb0711f1ce (patch) | |
| tree | c4ff3db280f0dd3ac6c132b701fc6073a4f6323e /theories/Sets | |
| parent | adf6390ab7bf96b0ffd699e96bd6b27bd9d99d98 (diff) | |
Tentative de suppression de l'import automatique des hints et coercions.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@13293 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'theories/Sets')
| -rw-r--r-- | theories/Sets/Multiset.v | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/theories/Sets/Multiset.v b/theories/Sets/Multiset.v index 5b7aa24b7b..4cada985de 100644 --- a/theories/Sets/Multiset.v +++ b/theories/Sets/Multiset.v @@ -68,7 +68,7 @@ Section multiset_defs. Qed. - Require Plus. (* comm. and ass. of plus *) + Require Import Plus. (* comm. and ass. of plus *) Lemma munion_comm : forall x y:multiset, meq (munion x y) (munion y x). Proof. @@ -168,6 +168,8 @@ Section multiset_defs. (** SingletonBag *) +Import Morphisms_Prop Morphisms. (* For Hints *) + Lemma meq_singleton : forall a a', eqA a a' -> meq (SingletonBag a) (SingletonBag a'). Proof. |
