]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/library/datatypes/bool.ma
maction support added to notation, adopted for = AKA = \sub t
[helm.git] / helm / software / matita / library / datatypes / bool.ma
index 953471191b1ddb8b215c34998df0ed9822890c16..c9a86165a24f1aaea48b235d4f5b140df29a97db 100644 (file)
@@ -12,8 +12,6 @@
 (*                                                                        *)
 (**************************************************************************)
 
-set "baseuri" "cic:/matita/datatypes/bool/".
-
 include "logic/equality.ma".
 include "higher_order_defs/functions.ma".
 
@@ -37,7 +35,7 @@ unfold Not.intro.
 change with 
 match true with
 [ true \Rightarrow False
-| flase \Rightarrow True].
+| false \Rightarrow True].
 rewrite > H.simplify.exact I.
 qed.
 
@@ -196,4 +194,4 @@ intros.
 rewrite > H.
 rewrite > H1.
 reflexivity.
-qed.
\ No newline at end of file
+qed.