X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fmatita%2Ftests%2Fclearbody.ma;h=ca4b9316e87008495379637778f8ad5375dfd018;hb=be5869cd0bbe16c8a67827723c97d2d4fce4c0bc;hp=b38de22dbd0ec3866a7d20f2127dce94f677b3cb;hpb=98f91a1c3b122ac026e38d16c9cbac50f9562f7d;p=helm.git diff --git a/helm/matita/tests/clearbody.ma b/helm/matita/tests/clearbody.ma index b38de22db..ca4b9316e 100644 --- a/helm/matita/tests/clearbody.ma +++ b/helm/matita/tests/clearbody.ma @@ -1,5 +1,5 @@ (**************************************************************************) -(* ___ *) +(* ___ *) (* ||M|| *) (* ||A|| A project by Andrea Asperti *) (* ||T|| *) @@ -13,13 +13,14 @@ (**************************************************************************) set "baseuri" "cic:/matita/tests/clearbody". +include "legacy/coq.ma". alias num (instance 0) = "natural number". -alias symbol "eq" (instance 0) = "leibnitz's equality". -alias symbol "plus" (instance 0) = "natural plus". +alias symbol "eq" (instance 0) = "Coq's leibnitz's equality". +alias symbol "plus" (instance 0) = "Coq's natural plus". theorem stupid : - let x \def 0 + 1 in x + 1= x + 1. + let x \def 0 + 1 in x + 2 = x + 2. intros. clearbody x. simplify.