]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/tests/comments.ma
* parsing errors in tests were not detected and the rest of the file was
[helm.git] / helm / matita / tests / comments.ma
index baf461d9a6f6ab675d305afdece057327e642a77..0f642d89108e2d6d374bd1386ced1cd5a5d96c78 100644 (file)
@@ -12,8 +12,6 @@
 (*                                                                          *)
 (****************************************************************************)
 
-%% commento segato dal lexer
-
 (* commento che va nell'ast, ma non viene contato
     come step perche' non e' un executable
 *)
@@ -22,18 +20,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