aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/Sets/Ensembles.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/Ensembles.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/Ensembles.v')
-rwxr-xr-xtheories/Sets/Ensembles.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/theories/Sets/Ensembles.v b/theories/Sets/Ensembles.v
index 42cf98496..d92865c5d 100755
--- a/theories/Sets/Ensembles.v
+++ b/theories/Sets/Ensembles.v
@@ -46,7 +46,7 @@ Inductive Full_set : Ensemble :=
Leibniz equality.
This may have to be changed if we replace U by a Setoid on U with its own
equality eqs, with
- In_singleton: (y: U)(eqs x y) -> (In (Singleton x) y). *)
+ [In_singleton: (y: U)(eqs x y) -> (In (Singleton x) y)]. *)
Inductive Singleton [x:U] : Ensemble :=
In_singleton: (In (Singleton x) x).