X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fmatita%2Ftests%2Fdecompose.ma;h=caf2d52890bb5b239fe01432017bcce9f621a7bc;hb=97c2d258a5c524eb5c4b85208899d80751a2c82f;hp=48477f3ebf4851a8fcedb75d38d1b4568aad26fe;hpb=90f9b69fa2c7742722f5a5e72361638a39951aaf;p=helm.git diff --git a/helm/matita/tests/decompose.ma b/helm/matita/tests/decompose.ma index 48477f3eb..caf2d5289 100644 --- a/helm/matita/tests/decompose.ma +++ b/helm/matita/tests/decompose.ma @@ -1,5 +1,5 @@ (**************************************************************************) -(* ___ *) +(* ___ *) (* ||M|| *) (* ||A|| A project by Andrea Asperti *) (* ||T|| *) @@ -13,8 +13,9 @@ (**************************************************************************) set "baseuri" "cic:/matita/tests/decompose". -alias symbol "and" (instance 0) = "logical and". -alias symbol "or" (instance 0) = "logical or". +include "coq.ma". +alias symbol "and" (instance 0) = "Coq's logical and". +alias symbol "or" (instance 0) = "Coq's logical or".