]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/tests/coercions.ma
coercion command now requires an uri
[helm.git] / helm / matita / tests / coercions.ma
index aec51ae8b5f699ea51ff97b06bf17fa2adced7fc..5429b1f82fb0aa427e8d0e55180664b0e2d5c77a 100644 (file)
@@ -36,9 +36,9 @@ let rec pos2nat x \def
 
 definition nat2int \def \lambda x. positive x.
 
-coercion pos2nat.
+coercion cic:/matita/tests/coercions/pos2nat.con.
 
-coercion nat2int.
+coercion cic:/matita/tests/coercions/nat2int.con.
 
 definition fst \def \lambda x,y:int.x.
 
@@ -61,4 +61,4 @@ definition double2:
 \def 
   \lambda f:int \to int. \lambda x : pos .f (nat2int (pos2nat x)).
   
-  
\ No newline at end of file
+