X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Ftests%2Felim.ma;h=dbcd0930b9f5c351ddaff68408416bf276cb193f;hb=a7658504ad03494fbc78b3112e3355bfcb760f3f;hp=4681d83597a0de52fde58a85dcde4da2b859e372;hpb=3ee4674162a39cb65b08d492278738008057566d;p=helm.git diff --git a/matita/tests/elim.ma b/matita/tests/elim.ma index 4681d8359..dbcd0930b 100644 --- a/matita/tests/elim.ma +++ b/matita/tests/elim.ma @@ -13,7 +13,7 @@ (**************************************************************************) set "baseuri" "cic:/matita/tests/elim". -include "legacy/coq.ma". +include "../legacy/coq.ma". inductive stupidtype: Set \def | Base : stupidtype @@ -72,9 +72,8 @@ theorem t': \forall x,y. \forall H: sum x y O. (\lambda a,b,K. y=a \to O=b \to match K with [ (k a b p) \Rightarrow a ] = x) ? ? ? H). - goal 16. simplify. intros. generalize in match H1. rewrite < H2; rewrite < H3.intro. - rewrite > H4.auto new. + rewrite > H4.auto new library. qed.