X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Ftests%2Fnaiveparamod.ma;h=8b83331a23efa0bbac6a67d93f954788ebfd5440;hb=6be5f8cd650becb93f8d8d06eb6b72ef3e9d27c1;hp=7a3e3914ed980427f7d58e5c5ba701d631afba11;hpb=3ee4674162a39cb65b08d492278738008057566d;p=helm.git diff --git a/matita/tests/naiveparamod.ma b/matita/tests/naiveparamod.ma index 7a3e3914e..8b83331a2 100644 --- a/matita/tests/naiveparamod.ma +++ b/matita/tests/naiveparamod.ma @@ -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 new 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.