X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fmatita%2Ftests%2Fdependent_injection.ma;h=c58da98a9e7a3cf656868b568eed0e3e1a038b42;hb=a88be1ca42c0969dbab9a5c76240f5931df876d9;hp=2f4bbe82057fd4d15f498cdf0d978d54dce1a470;hpb=b00485292ea4aa35013415903c1a87a952eb21ad;p=helm.git diff --git a/helm/software/matita/tests/dependent_injection.ma b/helm/software/matita/tests/dependent_injection.ma index 2f4bbe820..c58da98a9 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/tests/dependent_injection". -include "../legacy/coq.ma". + +include "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)". @@ -35,7 +35,7 @@ theorem injection_test3: ∀t,t'. tnode nat t tempty = tnode nat t' tempty → t = t'. intros. destruct H. - assumption. + reflexivity. qed. theorem injection_test3: