]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/tests/naiveparamod.ma
rc-1
[helm.git] / matita / tests / naiveparamod.ma
index 7a3e3914ed980427f7d58e5c5ba701d631afba11..6246048425804773d94c7f1a1e2a2d088d8141a3 100644 (file)
@@ -12,7 +12,7 @@
 (*                                                                        *)
 (**************************************************************************)
 
-set "baseuri" "cic:/matita/test/".
+set "baseuri" "cic:/matita/tests/naiveparamod".
 
 include "logic/equality.ma".
 
@@ -30,7 +30,7 @@ theorem prova1:
   C.
   intros (A B C S a w h b wb).
   (* exact (h s (a b) b wb II). *)
-  auto new width = 5 depth = 3. (* look at h parameters! *)
+  autobatch width = 5 depth = 3. (* look at h parameters! *)
   qed.
   
 (* c'e' qualcosa di imperativo, se si cambia l'rdine delle ipotesi poi sclera *)
@@ -42,6 +42,6 @@ theorem prova2:
   \forall b:B.
   A=B.
   intros.
-  auto paramodulation.
+  autobatch paramodulation.
   try assumption.
-  qed. 
+  qed.
\ No newline at end of file