X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fmatita%2Ftests%2Ftest4.ma;h=6c3b7ec6f356040b3781cbeba55c0a59ac8dee9f;hb=d468b38f538a7c7d4ace666c1c41931621e8f28c;hp=6e5f59010e557658ed4ebcacf0a6ae6bc0f7fdf9;hpb=de4483296d06aac3df4da10d5401b1f97c4350ab;p=helm.git diff --git a/helm/matita/tests/test4.ma b/helm/matita/tests/test4.ma index 6e5f59010..6c3b7ec6f 100644 --- a/helm/matita/tests/test4.ma +++ b/helm/matita/tests/test4.ma @@ -1,21 +1,38 @@ -%% commento segato dal lexer +(**************************************************************************) +(* ___ *) +(* ||M|| *) +(* ||A|| A project by Andrea Asperti *) +(* ||T|| *) +(* ||I|| Developers: *) +(* ||T|| The HELM team. *) +(* ||A|| http://helm.cs.unibo.it *) +(* \ / *) +(* \ / This file is distributed under the terms of the *) +(* v GNU General Public License Version 2 *) +(* *) +(**************************************************************************) + +set "baseuri" "cic:/matita/tests/test4/". +include "legacy/coq.ma". + (* commento che va nell'ast, ma non viene contato come step perche' non e' un executable *) alias num (instance 0) = "natural number". -alias symbol "eq" (instance 0) = "leibnitz's equality". +alias symbol "eq" (instance 0) = "Coq's leibnitz's equality". theorem a:0=0. -%% commento segato dal lexer (* nota *) +(** -%% questo lo si vuole tenere anche dopo la hint -hint. + +apply Prop. +*) +apply cic:/Coq/Init/Logic/eq.ind#xpointer(1/1/1). (* commenti che non devono essere colorati perche' non c'e' nulla di eseguibile dopo di loro *) - -%% EOF +qed.