X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fmatita%2Ftests%2Ftest3.ma;h=a2e2e40dfa2a4265b74414087c7d90b8e997e6d0;hb=a6501e81dc2cae2025841cefd502c220e01cd5d8;hp=08d4cbcb6a0f49783da0959e0af7b1779063391e;hpb=c4a4f4f49e6fe100e328059046c0c5ef5fe788b0;p=helm.git diff --git a/helm/software/matita/tests/test3.ma b/helm/software/matita/tests/test3.ma index 08d4cbcb6..a2e2e40df 100644 --- a/helm/software/matita/tests/test3.ma +++ b/helm/software/matita/tests/test3.ma @@ -12,8 +12,8 @@ (* *) (**************************************************************************) -set "baseuri" "cic:/matita/tests/test3/". -include "legacy/coq.ma". + +include "coq.ma". alias symbol "eq" (instance 0) = "Coq's leibnitz's equality". theorem a:\forall x.x=x. @@ -27,5 +27,5 @@ alias symbol "times" (instance 0) = "Coq's natural times". theorem b:\forall p:nat. p * 0=0. intro. -auto new library. +autobatch library. qed.