]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/tests/test4.ma
* parsing errors in tests were not detected and the rest of the file was
[helm.git] / helm / matita / tests / test4.ma
index 3406652ab20b6628c4cb433f4c79f3ab5d7c7468..83b749ae03483c5871e5dd5123f177cd0093b2f7 100644 (file)
@@ -1,4 +1,3 @@
-%% commento segato dal lexer
 
 (* commento che va nell'ast, ma non viene contato
     come step perche' non e' un executable
@@ -8,18 +7,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