]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/tests/test3.ma
claudio, please have a look at this
[helm.git] / helm / software / matita / tests / test3.ma
index 1399f8be20e745f5d45629f694392c7b7da8f6af..a2e2e40dfa2a4265b74414087c7d90b8e997e6d0 100644 (file)
@@ -12,8 +12,8 @@
 (*                                                                        *)
 (**************************************************************************)
 
-set "baseuri" "cic:/matita/tests/test3/".
-include "legacy/coq.ma".
+
+include "coq.ma".
 
 alias symbol "eq" (instance 0) = "Coq's leibnitz's equality".
 theorem a:\forall x.x=x.
@@ -27,5 +27,5 @@ alias symbol "times" (instance 0) = "Coq's natural times".
 
 theorem b:\forall p:nat. p * 0=0.
 intro.
-auto new.
+autobatch library.
 qed.