X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fmatita%2Ftests%2Ftest3.ma;h=5753f37af6923167e1ba9f5f5d44daccc5973019;hb=0582a602f0b1d6f5430326893a473d78b0aa7dfd;hp=1399f8be20e745f5d45629f694392c7b7da8f6af;hpb=2bd3b029f7f67d9c616b7756278573cc9e96510c;p=helm.git diff --git a/helm/software/matita/tests/test3.ma b/helm/software/matita/tests/test3.ma index 1399f8be2..5753f37af 100644 --- a/helm/software/matita/tests/test3.ma +++ b/helm/software/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. +auto new library. qed.