]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/tests/cut.ma
removed no longer used METAs
[helm.git] / helm / matita / tests / cut.ma
index e20db6f5dceb48a96b87778dea17df3da5bad46a..a30fe2fabb38b0c38b0f5757d54510b1d039e193 100644 (file)
 (**************************************************************************)
 
 set "baseuri" "cic:/matita/tests/cut".
-include "coq.ma".
+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.