]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/tests/clear.ma
Added $SVNOPTION.
[helm.git] / helm / matita / tests / clear.ma
index 71457ae2c295e980bf85673bc3b25b8fefa07a57..5aaf6c0d60f204055e10f275201108af4166fcc6 100644 (file)
@@ -13,7 +13,7 @@
 (**************************************************************************)
 
 set "baseuri" "cic:/matita/tests/clear".
-include "coq.ma".
+include "legacy/coq.ma".
 alias num (instance 0) = "natural number".
 alias symbol "eq" (instance 0) = "Coq's leibnitz's equality".
 alias id "True" = "cic:/Coq/Init/Logic/True.ind#xpointer(1/1)".
@@ -22,9 +22,9 @@ theorem stupid:
   \forall a: True.
   \forall b: 0 = 0.
   0 = 0.
-intros 1 [H] .
+intros 1 (H).
 clear H.
-intros 1 [H].
+intros 1 (H).
 exact H.
 qed.