]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/tests/test4.ma
added comments, fixed history, added loadList to browser
[helm.git] / helm / matita / tests / test4.ma
index 4d7b03ce29cedd686540b379877b8b10ab74f2bb..6e5f59010e557658ed4ebcacf0a6ae6bc0f7fdf9 100644 (file)
@@ -1,4 +1,21 @@
+%% 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. 
+
+(* commenti che non devono essere colorati perche'
+   non c'e' nulla di eseguibile dopo di loro
+*)
+
+%% EOF