]> 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 ac530c38fe02b7df1766fd69ff93a637162131b0..d598b7de87e7268594ea5ab0fdd2f63dd6f9155b 100644 (file)
@@ -12,8 +12,6 @@
 (*                                                                        *)
 (**************************************************************************)
 
-set "baseuri" "cic:/matita/Z/z".
-
 include "datatypes/bool.ma".
 include "nat/nat.ma".
 
@@ -27,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