]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/tests/comments.ma
added examples
[helm.git] / helm / matita / tests / comments.ma
diff --git a/helm/matita/tests/comments.ma b/helm/matita/tests/comments.ma
new file mode 100644 (file)
index 0000000..6e5f590
--- /dev/null
@@ -0,0 +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.
+
+%% 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