X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fmatita%2Ftests%2Felim.ma;h=42dc195cb1f99c8a15d5bc7a34c8b270c3723851;hb=b6afef7e73324824025a6d7f313129d55b72cfc6;hp=dbcd0930b9f5c351ddaff68408416bf276cb193f;hpb=4e63a6e6c077f3367a3b9a5899a010de553f6896;p=helm.git diff --git a/helm/software/matita/tests/elim.ma b/helm/software/matita/tests/elim.ma index dbcd0930b..42dc195cb 100644 --- a/helm/software/matita/tests/elim.ma +++ b/helm/software/matita/tests/elim.ma @@ -12,8 +12,8 @@ (* *) (**************************************************************************) -set "baseuri" "cic:/matita/tests/elim". -include "../legacy/coq.ma". + +include "coq.ma". inductive stupidtype: Set \def | Base : stupidtype @@ -75,5 +75,5 @@ theorem t': \forall x,y. \forall H: sum x y O. simplify. intros. generalize in match H1. rewrite < H2; rewrite < H3.intro. - rewrite > H4.auto new library. + rewrite > H4.autobatch library. qed.