X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fmatita%2Ftests%2Fdependent_injection.ma;h=e217a76526ec78472d40ee2d66120ea0d8093cd0;hb=a1f4ef3daaeed7a3121a40afe55f321565669da8;hp=ebadd3c2ee0223944119f71ef12b83da3dd8d842;hpb=ccd1ec9a248921b2c81817b1a7f6f0a2f27d5c32;p=helm.git diff --git a/helm/software/matita/tests/dependent_injection.ma b/helm/software/matita/tests/dependent_injection.ma index ebadd3c2e..e217a7652 100644 --- a/helm/software/matita/tests/dependent_injection.ma +++ b/helm/software/matita/tests/dependent_injection.ma @@ -12,9 +12,9 @@ (* *) (**************************************************************************) -set "baseuri" "cic:/matita/test/dependent_injection/". +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,9 +33,9 @@ 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; - assumption. + intros. + destruct H. + reflexivity. qed. theorem injection_test3: