X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Ftests%2Ftest3.ma;h=85180da5b043025e53a30a600311a53a5a70043e;hb=211cd0ac98d67f185b867bbec6b20d086a6b183d;hp=08d4cbcb6a0f49783da0959e0af7b1779063391e;hpb=ff31975b5e8899efaa9bd6daa236e12a8b62611f;p=helm.git diff --git a/matita/tests/test3.ma b/matita/tests/test3.ma index 08d4cbcb6..85180da5b 100644 --- a/matita/tests/test3.ma +++ b/matita/tests/test3.ma @@ -13,7 +13,7 @@ (**************************************************************************) set "baseuri" "cic:/matita/tests/test3/". -include "legacy/coq.ma". +include "../legacy/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.