]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/library/Z/z.ma
more work on dama
[helm.git] / helm / software / matita / library / Z / z.ma
index 6b750c44c2d7d747b06b0e05b6a828e6752d8699..d598b7de87e7268594ea5ab0fdd2f63dd6f9155b 100644 (file)
@@ -25,7 +25,7 @@ definition Z_of_nat \def
 [ O \Rightarrow  OZ 
 | (S n)\Rightarrow  pos n].
 
-coercion cic:/matita/Z/z/Z_of_nat.con.
+coercion Z_of_nat.
 
 definition neg_Z_of_nat \def
 \lambda n. match n with