]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/tests/paramodulation.ma
severe bug found in parallel zeta
[helm.git] / helm / software / matita / tests / paramodulation.ma
index 2d090e1b0883e39852fbf36c298d73f80f427db1..eb2cbe17563e1573583acf276f2b31d785f4dbf1 100644 (file)
@@ -12,8 +12,8 @@
 (*                                                                        *)
 (**************************************************************************)
 
-set "baseuri" "cic:/matita/tests/paramodulation".
-include "../legacy/coq.ma".
+
+include "coq.ma".
 alias id "nat" = "cic:/Coq/Init/Datatypes/nat.ind#xpointer(1/1)".
 alias symbol "eq" (instance 0) = "Coq's leibnitz's equality".
 alias symbol "plus" (instance 0) = "Coq's natural plus".
@@ -28,5 +28,5 @@ qed.
 
 theorem para2:
   \forall n:nat. n + n = 2 * n.
-intros. autobatch paramodulation.
+intros. autobatch paramodulation library.
 qed.