X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=helm%2Fmatita%2Ftests%2Felim.ma;h=fcc130e9ecece535348456f59a0abe07b4ba549d;hb=0c2b65693a5a7a2881ebb6dfcaa432f4f9fd22a4;hp=cf4e1eb22301551cbdb510c5d91eef59a6b091c4;hpb=6dcce596f1e6e2c352f67f5602556a0c41efd7bb;p=helm.git diff --git a/helm/matita/tests/elim.ma b/helm/matita/tests/elim.ma index cf4e1eb22..fcc130e9e 100644 --- a/helm/matita/tests/elim.ma +++ b/helm/matita/tests/elim.ma @@ -1,5 +1,5 @@ (**************************************************************************) -(* ___ *) +(* ___ *) (* ||M|| *) (* ||A|| A project by Andrea Asperti *) (* ||T|| *) @@ -13,15 +13,16 @@ (**************************************************************************) set "baseuri" "cic:/matita/tests/elim". +include "coq.ma". inductive stupidtype: Set \def | Base : stupidtype | Next : stupidtype \to stupidtype | Pair : stupidtype \to stupidtype \to stupidtype. -alias symbol "eq" (instance 0) = "leibnitz's equality". -alias symbol "exists" (instance 0) = "exists". -alias symbol "or" (instance 0) = "logical or". +alias symbol "eq" (instance 0) = "Coq's leibnitz's equality". +alias symbol "exists" (instance 0) = "Coq's exists". +alias symbol "or" (instance 0) = "Coq's logical or". alias num (instance 0) = "natural number". alias id "True" = "cic:/Coq/Init/Logic/True.ind#xpointer(1/1)". alias id "refl_equal" = "cic:/Coq/Init/Logic/eq.ind#xpointer(1/1/1)".