]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/tests/cut.ma
ocaml 3.09 transition
[helm.git] / helm / matita / tests / cut.ma
index f5850e576589a664c81742d11c15df68b063e753..3e5605a10464ec32a86f56ed8a699b530e983092 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) = "Coq's leibnitz's equality".
 
 theorem stupid: 3 = 3.
-  cut 3 = 3.
+  cut (3 = 3).
   assumption.
   reflexivity.
-  qed.
+qed.