X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fmatita%2Ftests%2Fcomments.ma;h=3e3ec9d5e985d933efb4747ea512d30968c9ab9d;hb=d9394782ed9580f3565eb9b4682d8348aae6349e;hp=baf461d9a6f6ab675d305afdece057327e642a77;hpb=53ee2f5095adadffcafb40e436d23dc330d3bd87;p=helm.git diff --git a/helm/matita/tests/comments.ma b/helm/matita/tests/comments.ma index baf461d9a..3e3ec9d5e 100644 --- a/helm/matita/tests/comments.ma +++ b/helm/matita/tests/comments.ma @@ -12,7 +12,7 @@ (* *) (****************************************************************************) -%% commento segato dal lexer +set "baseuri" "cic:/matita/tests/". (* commento che va nell'ast, ma non viene contato come step perche' non e' un executable @@ -22,18 +22,14 @@ alias num (instance 0) = "natural number". alias symbol "eq" (instance 0) = "leibnitz's equality". theorem a:0=0. -%% commento segato dal lexer (* nota *) (** -%% questo lo si vuole tenere anche dopo la hint -hint. +apply Prop. *) reflexivity. (* commenti che non devono essere colorati perche' non c'e' nulla di eseguibile dopo di loro *) qed. - -%% EOF