aboutsummaryrefslogtreecommitdiff
path: root/theories/Bool
diff options
context:
space:
mode:
Diffstat (limited to 'theories/Bool')
-rwxr-xr-xtheories/Bool/IfProp.v2
-rw-r--r--theories/Bool/Sumbool.v5
2 files changed, 3 insertions, 4 deletions
diff --git a/theories/Bool/IfProp.v b/theories/Bool/IfProp.v
index bcbe0f7140..f9c5e39763 100755
--- a/theories/Bool/IfProp.v
+++ b/theories/Bool/IfProp.v
@@ -32,7 +32,7 @@ Inversion H.
Assumption.
Save.
-Lemma Ifprop_false : (A,B:Prop)(IfProp A B false) -> B.
+Lemma IfProp_false : (A,B:Prop)(IfProp A B false) -> B.
Intros.
Inversion H.
Assumption.
diff --git a/theories/Bool/Sumbool.v b/theories/Bool/Sumbool.v
index e91b3fb1a6..9c6cd1f427 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 *)