X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Ftests%2Fnaiveparamod.ma;h=6246048425804773d94c7f1a1e2a2d088d8141a3;hb=84dbeab0a11aed6afb529b884bd796dec644c949;hp=3f0c21030d182ebbfcdbc3d791aafc290f7833bf;hpb=ecc6a77fcb57cbab35fddfdb34514edf6a57ad71;p=helm.git diff --git a/matita/tests/naiveparamod.ma b/matita/tests/naiveparamod.ma index 3f0c21030..624604842 100644 --- a/matita/tests/naiveparamod.ma +++ b/matita/tests/naiveparamod.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