X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fmatita%2Ftests%2Fconstructor.ma;h=7ea26d43c540debb5de6b5b3e1af75ed3f1d5d7b;hb=47992200e628aa4c403496bcbe9116b0a4f8cdcd;hp=3b9c21c81a22bee137bba387b51eee441997937c;hpb=98f91a1c3b122ac026e38d16c9cbac50f9562f7d;p=helm.git diff --git a/helm/matita/tests/constructor.ma b/helm/matita/tests/constructor.ma index 3b9c21c81..7ea26d43c 100644 --- a/helm/matita/tests/constructor.ma +++ b/helm/matita/tests/constructor.ma @@ -1,5 +1,5 @@ (**************************************************************************) -(* ___ *) +(* ___ *) (* ||M|| *) (* ||A|| A project by Andrea Asperti *) (* ||T|| *) @@ -13,10 +13,11 @@ (**************************************************************************) set "baseuri" "cic:/matita/tests/constructor". +include "legacy/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". -theorem stupid: 0 = 0. +theorem stupid: 1 = 1. constructor 1. qed.