X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fmatita%2Ftests%2Fapply.ma;fp=helm%2Fmatita%2Ftests%2Fapply.ma;h=abd4a940700657dc505a46616a5514ffb6286db5;hb=9d9c3c7cbed6ea98b10421381d88c4d5a1fbf0f0;hp=21c0faa419100b2958493aaee9f697b714c22a9d;hpb=c8d3e50eb70bef01ed4e2e67c89c15ab5069a580;p=helm.git diff --git a/helm/matita/tests/apply.ma b/helm/matita/tests/apply.ma index 21c0faa41..abd4a9407 100644 --- a/helm/matita/tests/apply.ma +++ b/helm/matita/tests/apply.ma @@ -14,7 +14,7 @@ (* test _with_ the WHD on the apply argument *) set "baseuri" "cic:/matita/tests/apply/". -include "coq.ma". +include "legacy/coq.ma". alias id "not" = "cic:/Coq/Init/Logic/not.con". alias id "False" = "cic:/Coq/Init/Logic/False.ind#xpointer(1/1)". @@ -54,4 +54,4 @@ qed. term (to reveal a product) *) theorem d: \forall A: Prop. \lnot A \to A \to False. intros. apply H. assumption. -qed. \ No newline at end of file +qed.