]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/tests/coercions.ma
ocaml 3.09 transition
[helm.git] / helm / matita / tests / coercions.ma
index 5c157368d053b4a708ee84f43bc211e996653b41..ae69759bf4c083fe6ccaf5c4acb2325631d5e69d 100644 (file)
@@ -1,4 +1,19 @@
+(**************************************************************************)
+(*       ___                                                              *)
+(*      ||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/coercions/".
+include "coq.ma".
 
 inductive pos: Set \def
 | one : pos
@@ -26,7 +41,6 @@ coercion pos2nat.
 coercion nat2int.
 
 definition fst \def \lambda x,y:int.x.
-alias symbol "eq" (instance 0) = "Coq's leibnitz's equality".
 
 theorem a: fst O one = fst (positive O) (next one).
 reflexivity.