X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=helm%2Fmatita%2Ftests%2Fapply.ma;h=09b80cd4ee15234d16ace68adb7fd471a6bd8a70;hb=9f8a383035b272c628c555b728e84caf9229cd57;hp=d1be8262fbf6c5540d0ea27b03f0aa6f79894de6;hpb=46638981d5909c89b85fda70016748942366153f;p=helm.git diff --git a/helm/matita/tests/apply.ma b/helm/matita/tests/apply.ma index d1be8262f..09b80cd4e 100644 --- a/helm/matita/tests/apply.ma +++ b/helm/matita/tests/apply.ma @@ -1,4 +1,5 @@ -%% test _with_ the WHD on the apply argument +(* test _with_ the WHD on the apply argument *) +set "baseuri" "cic:/matita/tests/". alias id "not" = "cic:/Coq/Init/Logic/not.con". alias id "False" = "cic:/Coq/Init/Logic/False.ind#xpointer(1/1)". @@ -11,7 +12,7 @@ apply H. assumption. qed. -%% test _without_ the WHD on the apply argument +(* test _without_ the WHD on the apply argument *) alias symbol "eq" (instance 0) = "leibnitz's equality".