X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fmatita%2Ftests%2Fcomments.ma;h=cd21535e7213a671e1a0307aa5bc8cc8d91a2d5e;hb=12cc5b2b8e7f7bb0b5e315094b008a293a4df6b1;hp=52c6d84764b035b19732ebdf68abb88fd2b87de4;hpb=e2beb1cd1269cc4dd94c184b85193f0fbc935324;p=helm.git diff --git a/helm/matita/tests/comments.ma b/helm/matita/tests/comments.ma index 52c6d8476..cd21535e7 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/comments/". (* 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 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 *) - -%% EOF +qed.