]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/tests/coercions.ma
This commit re-commits version 1.61, removing the error (a "." in a regular
[helm.git] / helm / matita / tests / coercions.ma
index 507147cef8b1802a925746acdec4b097a5bf07ca..5c157368d053b4a708ee84f43bc211e996653b41 100644 (file)
@@ -1,4 +1,4 @@
-set "baseuri" "cic:/matita/tests/".
+set "baseuri" "cic:/matita/tests/coercions/".
 
 inductive pos: Set \def
 | one : pos
@@ -26,7 +26,7 @@ coercion pos2nat.
 coercion nat2int.
 
 definition fst \def \lambda x,y:int.x.
-alias symbol "eq" (instance 0) = "leibnitz's equality".
+alias symbol "eq" (instance 0) = "Coq's leibnitz's equality".
 
 theorem a: fst O one = fst (positive O) (next one).
 reflexivity.