X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=helm%2Fmatita%2Ftests%2Fapply.ma;h=0fcf73cf32fc81cbf60dc44c4549116e69df5ec9;hb=1bcad789810fd37d346e690f18557aeedc6fe08c;hp=09b80cd4ee15234d16ace68adb7fd471a6bd8a70;hpb=d9394782ed9580f3565eb9b4682d8348aae6349e;p=helm.git diff --git a/helm/matita/tests/apply.ma b/helm/matita/tests/apply.ma index 09b80cd4e..0fcf73cf3 100644 --- a/helm/matita/tests/apply.ma +++ b/helm/matita/tests/apply.ma @@ -1,5 +1,5 @@ (* test _with_ the WHD on the apply argument *) -set "baseuri" "cic:/matita/tests/". +set "baseuri" "cic:/matita/tests/apply/". alias id "not" = "cic:/Coq/Init/Logic/not.con". alias id "False" = "cic:/Coq/Init/Logic/False.ind#xpointer(1/1)". @@ -18,8 +18,8 @@ alias symbol "eq" (instance 0) = "leibnitz's equality". theorem a: \forall A:Set. - \forall x,y : A. - not (x=y) \to not (x=y). + \forall x: A. + not (x=x) \to not (x=x). intros. apply H. qed.