X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fmatita%2Ftests%2Ftest4.ma;h=3406652ab20b6628c4cb433f4c79f3ab5d7c7468;hb=aca103d3c3d740efcc0bcc2932922cff77facb49;hp=4d7b03ce29cedd686540b379877b8b10ab74f2bb;hpb=7c08187b8e1af81817927151aa07d52b72c7aa4d;p=helm.git diff --git a/helm/matita/tests/test4.ma b/helm/matita/tests/test4.ma index 4d7b03ce2..3406652ab 100644 --- a/helm/matita/tests/test4.ma +++ b/helm/matita/tests/test4.ma @@ -1,4 +1,25 @@ +%% commento segato dal lexer + +(* 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". theorem a:0=0. -reflexivity. \ No newline at end of file + +%% 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). + +(* commenti che non devono essere colorati perche' + non c'e' nulla di eseguibile dopo di loro +*) +qed. +%% EOF