aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/Bool/Sumbool.v
diff options
context:
space:
mode:
authorGravatar coq <coq@85f007b7-540e-0410-9357-904b9bb8a0f7>2001-04-20 16:00:43 +0000
committerGravatar coq <coq@85f007b7-540e-0410-9357-904b9bb8a0f7>2001-04-20 16:00:43 +0000
commitd857c99c6c985eb36ce8a4b2667dc0b5ccca115c (patch)
tree2ea53c80dd3319b24c38b15cb5be5a582c9b302a /theories/Bool/Sumbool.v
parent4837b599b4f158decc91f615a25e3a636c6ced5d (diff)
Library doc adjustments (until page 140)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@1655 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'theories/Bool/Sumbool.v')
-rw-r--r--theories/Bool/Sumbool.v5
1 files changed, 2 insertions, 3 deletions
diff --git a/theories/Bool/Sumbool.v b/theories/Bool/Sumbool.v
index e91b3fb1a..9c6cd1f42 100644
--- a/theories/Bool/Sumbool.v
+++ b/theories/Bool/Sumbool.v
@@ -9,8 +9,7 @@
(*i $Id$ i*)
(* Here are collected some results about the type sumbool (see INIT/Specif.v)
- *
- * (sumbool A B), which is written {A}+{B}, is the informative
+ * [sumbool A B], which is written [{A}+{B}], is the informative
* disjunction "A or B", where A and B are logical propositions.
* Its extraction is isomorphic to the type of booleans.
*)
@@ -24,7 +23,7 @@ Save.
Hints Resolve sumbool_of_bool : bool.
-(* pourquoi ce machin-la est dans BOOL et pas dans LOGIC ? Papageno *)
+(*i pourquoi ce machin-la est dans BOOL et pas dans LOGIC ? Papageno i*)
(* Logic connectives on type sumbool *)