aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/Sets/Multiset.v
diff options
context:
space:
mode:
authorGravatar filliatr <filliatr@85f007b7-540e-0410-9357-904b9bb8a0f7>2001-04-11 12:41:41 +0000
committerGravatar filliatr <filliatr@85f007b7-540e-0410-9357-904b9bb8a0f7>2001-04-11 12:41:41 +0000
commit4ac0580306ea9e45da1863316936d700969465ad (patch)
treebf7595cd76895f3a349e7e75ca9d64231b01dcf8 /theories/Sets/Multiset.v
parent8a7452976731275212f0c464385b380e2d590f5e (diff)
documentation automatique de la bibliothèque standard
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@1578 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'theories/Sets/Multiset.v')
-rwxr-xr-xtheories/Sets/Multiset.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/theories/Sets/Multiset.v b/theories/Sets/Multiset.v
index 5c37b0fd9..cd7b1e23e 100755
--- a/theories/Sets/Multiset.v
+++ b/theories/Sets/Multiset.v
@@ -78,7 +78,7 @@ Unfold meq; Unfold munion; Simpl; Auto.
Qed.
-Require Plus. (* comm & ass of plus *)
+Require Plus. (* comm. and ass. of plus *)
Lemma munion_comm : (x,y:multiset)(meq (munion x y) (munion y x)).
Proof.