X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fmatita%2Ftests%2Fcomments.ma;h=f9412f45a9eb39feeae55cf3070605ef2c05d840;hb=4167cea65ca58897d1a3dbb81ff95de5074700cc;hp=a4632d487f19e82cc06a9200a83ab62271a57d5e;hpb=c802e92d70eb83b432ae3ca1f0788bee9dce1f8d;p=helm.git diff --git a/helm/matita/tests/comments.ma b/helm/matita/tests/comments.ma index a4632d487..f9412f45a 100644 --- a/helm/matita/tests/comments.ma +++ b/helm/matita/tests/comments.ma @@ -1,40 +1,36 @@ -(****************************************************************************) -(* ___ *) -(* ||M|| *) -(* ||A|| A project by Andrea Asperti *) -(* ||T|| *) -(* ||I|| Developers: *) -(* ||T|| A.Asperti, C.Sacerdoti Coen, *) -(* ||A|| E.Tassi, S.Zacchiroli *) -(* \ / *) -(* \ / This file is distributed under the terms of the *) -(* v GNU General Public License Version 2 *) -(* *) -(****************************************************************************) - -%% 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/comments/". +include "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 cic:/Coq/Init/Logic/eq.ind#xpointer(1/1/1). - +apply Prop. +*) +reflexivity. (* commenti che non devono essere colorati perche' non c'e' nulla di eseguibile dopo di loro *) qed. - -%% EOF