From: Claudio Sacerdoti Coen Date: Thu, 25 Oct 2007 16:59:55 +0000 (+0000) Subject: flase => false :-) X-Git-Tag: 0.4.95@7852~98 X-Git-Url: http://matita.cs.unibo.it/gitweb/?p=helm.git;a=commitdiff_plain;h=53bd68fef22499b790e68ec3997f27771961513e flase => false :-) --- diff --git a/matita/library/datatypes/bool.ma b/matita/library/datatypes/bool.ma index 953471191..dc397a1b2 100644 --- a/matita/library/datatypes/bool.ma +++ b/matita/library/datatypes/bool.ma @@ -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.