X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Ftests%2Ftest3.ma;h=5753f37af6923167e1ba9f5f5d44daccc5973019;hb=fbdd1cc46819d19ed135391a4a954c19d1b92c0c;hp=cdf54906d1937e4cc0c309886bfdb480af80dfca;hpb=7f2444c2670cadafddd8785b687ef312158376b0;p=helm.git diff --git a/matita/tests/test3.ma b/matita/tests/test3.ma index cdf54906d..5753f37af 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. +auto new library. qed.