]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/tests/simpl.ma
packaging cleanup: get rid of ancient debhelpers, use dh_install
[helm.git] / helm / matita / tests / simpl.ma
index d77f91fcd0974043b22bb1a55fe3a178f6016d53..dbc4e9c06e54cfbf1c50d7d2345f2d31dd0c236c 100644 (file)
@@ -1,7 +1,22 @@
-set "baseuri" "cic:/matita/tests/".
+(**************************************************************************)
+(*       ___                                                              *)
+(*      ||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/simpl/".
+include "coq.ma".
 
 alias id "not" = "cic:/Coq/Init/Logic/not.con".
-alias symbol "eq" (instance 0) = "leibnitz's equality".
+alias symbol "eq" (instance 0) = "Coq's leibnitz's equality".
 theorem a : 
  \forall A:Set.
  \forall x,y : A.