X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fmatita%2Ftests%2Fclear.ma;h=9f1655b597fc6da3dc6b763334075a4e7ae9eb12;hb=4167cea65ca58897d1a3dbb81ff95de5074700cc;hp=1fe721d59db385a3ee299a34ad3f6b522ed04447;hpb=90f9b69fa2c7742722f5a5e72361638a39951aaf;p=helm.git diff --git a/helm/matita/tests/clear.ma b/helm/matita/tests/clear.ma index 1fe721d59..9f1655b59 100644 --- a/helm/matita/tests/clear.ma +++ b/helm/matita/tests/clear.ma @@ -1,5 +1,5 @@ (**************************************************************************) -(* ___ *) +(* ___ *) (* ||M|| *) (* ||A|| A project by Andrea Asperti *) (* ||T|| *) @@ -13,19 +13,18 @@ (**************************************************************************) set "baseuri" "cic:/matita/tests/clear". +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". alias id "True" = "cic:/Coq/Init/Logic/True.ind#xpointer(1/1)". - - 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.