X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fmatita%2Ftests%2Ftest4.ma;h=be67f3a8eacd5793e4c124b21935125b3a3600fa;hb=44ac461fc8dcaffd51476e53952551783df32fbe;hp=3406652ab20b6628c4cb433f4c79f3ab5d7c7468;hpb=ff1133c2c563b279e85b12cd93bdd4cc2b8e0d74;p=helm.git diff --git a/helm/matita/tests/test4.ma b/helm/matita/tests/test4.ma index 3406652ab..be67f3a8e 100644 --- a/helm/matita/tests/test4.ma +++ b/helm/matita/tests/test4.ma @@ -1,4 +1,5 @@ -%% commento segato dal lexer +set "baseuri" "cic:/matita/tests/test4/". + (* commento che va nell'ast, ma non viene contato come step perche' non e' un executable @@ -8,18 +9,15 @@ 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. +*) 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 *) qed. -%% EOF