]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/tests/coercions.ma
new theorems
[helm.git] / helm / software / matita / tests / coercions.ma
index e792bd78010b3a67a87f3455be0ff3998f5e891b..1d841d16ebc2f3cad7299d9ec30cf9198ffa81c8 100644 (file)
@@ -15,7 +15,7 @@
 set "baseuri" "cic:/matita/tests/coercions/".
 
 include "nat/compare.ma".
-include "datatypes/bool.ma".
+include "nat/times.ma".
 
 inductive pos: Set \def
 | one : pos
@@ -105,7 +105,8 @@ definition church: nat \to nat \to nat \def times.
 coercion cic:/matita/tests/coercions/church.con 1.
 
 definition mapmult:  \forall n:nat.\forall l:listn nat n. nat \to nat \to nat \def
-  \lambda n:nat.\lambda l:listn nat n.\lambda m,o:nat.l m o.
+  \lambda n:nat.\lambda l:listn nat n.\lambda m,o:nat.
+  l (m m) o (o o o).