]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/tests/test3.ma
version 0.7.1
[helm.git] / helm / matita / tests / test3.ma
index e589c5aaa8361b84978069f14514ac901df5e852..9a8958b2175360f26ab23ddadf7adad908725261 100644 (file)
@@ -1,7 +1,8 @@
+set "baseuri" "cic:/matita/tests/test3/".
+
 alias symbol "eq" (instance 0) = "leibnitz's equality".
 theorem a:\forall x.x=x.
 alias id "nat" = "cic:/Coq/Init/Datatypes/nat.ind#xpointer(1/1)".
-goal 5.
 exact nat.
 intro.
 reflexivity.
@@ -12,5 +13,4 @@ alias symbol "times" (instance 0) = "natural times".
 theorem b:\forall p:nat. p * 0=0.
 intro.
 auto.
-abort.
-qed.
\ No newline at end of file
+qed.