]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/tests/comments.ma
comments syntax changed
[helm.git] / helm / matita / tests / comments.ma
index 6e5f59010e557658ed4ebcacf0a6ae6bc0f7fdf9..baf461d9a6f6ab675d305afdece057327e642a77 100644 (file)
@@ -1,3 +1,17 @@
+(****************************************************************************)
+(*       ___                                                                *)
+(*      ||M||                                                               *)
+(*      ||A||       A project by Andrea Asperti                             *)
+(*      ||T||                                                               *) 
+(*      ||I||       Developers:                                             *) 
+(*      ||T||       A.Asperti, C.Sacerdoti Coen,                            *)
+(*      ||A||       E.Tassi, S.Zacchiroli                                   *)
+(*      \   /                                                               *)
+(*       \ /        This file is distributed under the terms of the         *)
+(*        v         GNU General Public License Version 2                    *) 
+(*                                                                          *)
+(****************************************************************************)
+
 %% commento segato dal lexer
 
 (* commento che va nell'ast, ma non viene contato
@@ -10,12 +24,16 @@ theorem a:0=0.
 
 %% commento segato dal lexer
 (* nota *)
+(**
 
-%% questo lo si vuole tenere anche dopo la hint
-hint. 
 
+%% questo lo si vuole tenere anche dopo la hint
+hint.
+*)
+reflexivity.
 (* commenti che non devono essere colorati perche'
    non c'e' nulla di eseguibile dopo di loro
 *)
+qed.
 
 %% EOF