]> matita.cs.unibo.it Git - helm.git/commitdiff
flase => false :-)
authorClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Thu, 25 Oct 2007 16:59:55 +0000 (16:59 +0000)
committerClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Thu, 25 Oct 2007 16:59:55 +0000 (16:59 +0000)
matita/library/datatypes/bool.ma

index 953471191b1ddb8b215c34998df0ed9822890c16..dc397a1b2d978996f32ca319b8b3befe2cad1493 100644 (file)
@@ -37,7 +37,7 @@ unfold Not.intro.
 change with 
 match true with
 [ true \Rightarrow False
-| flase \Rightarrow True].
+| false \Rightarrow True].
 rewrite > H.simplify.exact I.
 qed.