X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Ftests%2Fdependent_injection.ma;h=2f4bbe82057fd4d15f498cdf0d978d54dce1a470;hb=6ad533c972e6c9e9db53f38f972e7c0792160f2e;hp=28991acf43cfcf55cc07ef6ef3cb5047126d4927;hpb=ecc6a77fcb57cbab35fddfdb34514edf6a57ad71;p=helm.git diff --git a/matita/tests/dependent_injection.ma b/matita/tests/dependent_injection.ma index 28991acf4..2f4bbe820 100644 --- a/matita/tests/dependent_injection.ma +++ b/matita/tests/dependent_injection.ma @@ -14,7 +14,7 @@ set "baseuri" "cic:/matita/tests/dependent_injection". -include "legacy/coq.ma". +include "../legacy/coq.ma". alias id "nat" = "cic:/Coq/Init/Datatypes/nat.ind#xpointer(1/1)". alias id "bool" = "cic:/Coq/Init/Datatypes/bool.ind#xpointer(1/1)". @@ -33,8 +33,8 @@ inductive ttree : Type → Type := (that state the existence of a ?1 such that ...) *) theorem injection_test3: ∀t,t'. tnode nat t tempty = tnode nat t' tempty → t = t'. - intros; - destruct H; + intros. + destruct H. assumption. qed.