]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/tests/cut.ma
changes location of coq.ma (now "legacy/coq.ma")
[helm.git] / helm / matita / tests / cut.ma
index f5850e576589a664c81742d11c15df68b063e753..a30fe2fabb38b0c38b0f5757d54510b1d039e193 100644 (file)
@@ -1,5 +1,5 @@
 (**************************************************************************)
-(*       ___                                                               *)
+(*       ___                                                              *)
 (*      ||M||                                                             *)
 (*      ||A||       A project by Andrea Asperti                           *)
 (*      ||T||                                                             *)
 (**************************************************************************)
 
 set "baseuri" "cic:/matita/tests/cut".
+include "legacy/coq.ma".
 alias num (instance 0) = "natural number".
 alias symbol "eq" (instance 0) = "Coq's leibnitz's equality".
 
 theorem stupid: 3 = 3.
-  cut 3 = 3.
+  cut (3 = 3).
   assumption.
   reflexivity.
-  qed.
+qed.