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=757d34769584e28945569dcefb79ea384956cfb1;hb=6c78b5575caa3257463c0a2654db3fb826de11ee;hp=d1be8262fbf6c5540d0ea27b03f0aa6f79894de6;hpb=fb5c964ba2d0fbea5988efec610ba49fca84376d;p=helm.git diff --git a/helm/matita/tests/apply.ma b/helm/matita/tests/apply.ma index d1be8262f..757d34769 100644 --- a/helm/matita/tests/apply.ma +++ b/helm/matita/tests/apply.ma @@ -1,4 +1,4 @@ -%% test _with_ the WHD on the apply argument +(* test _with_ the WHD on the apply argument *) alias id "not" = "cic:/Coq/Init/Logic/not.con". alias id "False" = "cic:/Coq/Init/Logic/False.ind#xpointer(1/1)". @@ -11,7 +11,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".