]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/tests/comments.ma
ocaml 3.09 transition
[helm.git] / helm / matita / tests / comments.ma
index 3e3ec9d5e985d933efb4747ea512d30968c9ab9d..f9412f45a9eb39feeae55cf3070605ef2c05d840 100644 (file)
@@ -1,25 +1,26 @@
-(****************************************************************************)
-(*       ___                                                                *)
-(*      ||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                    *) 
-(*                                                                          *)
-(****************************************************************************)
+(**************************************************************************)
+(*       ___                                                              *)
+(*      ||M||                                                             *)
+(*      ||A||       A project by Andrea Asperti                           *)
+(*      ||T||                                                             *)
+(*      ||I||       Developers:                                           *)
+(*      ||T||         The HELM team.                                      *)
+(*      ||A||         http://helm.cs.unibo.it                             *)
+(*      \   /                                                             *)
+(*       \ /        This file is distributed under the terms of the       *)
+(*        v         GNU General Public License Version 2                  *)
+(*                                                                        *)
+(**************************************************************************)
 
-set "baseuri" "cic:/matita/tests/".
+set "baseuri" "cic:/matita/tests/comments/".
+include "coq.ma".
 
 (* 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".
+alias symbol "eq" (instance 0) = "Coq's leibnitz's equality".
 theorem a:0=0.
 
 (* nota *)