]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/tests/cut.ma
ready for 0.1.1 release
[helm.git] / helm / matita / tests / cut.ma
index 82d36667b6d6daffa900f638eb3d856530a02cb5..e20db6f5dceb48a96b87778dea17df3da5bad46a 100644 (file)
@@ -1,5 +1,5 @@
 (**************************************************************************)
-(*       ___                                                               *)
+(*       ___                                                              *)
 (*      ||M||                                                             *)
 (*      ||A||       A project by Andrea Asperti                           *)
 (*      ||T||                                                             *)
 (**************************************************************************)
 
 set "baseuri" "cic:/matita/tests/cut".
+include "coq.ma".
 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 stupid: 3 = 3.
   cut 3 = 3.
   assumption.
   reflexivity.
   qed.
-  
\ No newline at end of file
+