]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/tests/paramodulation.ma
auto => autobatch
[helm.git] / matita / tests / paramodulation.ma
index d23384d9e5b9c6478795b3a5d38dfb56f2650358..47223de413fa956c38c05e29fefc12321d595d0a 100644 (file)
@@ -23,10 +23,10 @@ alias symbol "times" (instance 0) = "Coq's natural times".
 theorem para1:
   \forall n,m,n1,m1:nat.
     n=m \to n1 = m1 \to (n + n1) = (m + m1).
-intros. auto paramodulation.
+intros. autobatch paramodulation.
 qed.
 
 theorem para2:
   \forall n:nat. n + n = 2 * n.
-intros. auto paramodulation.
+intros. autobatch paramodulation.
 qed.