X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fmatita%2Ftests%2Frecord.ma;h=ed9ecfed89044bb99ba17cf90fcb14f411dab30e;hb=97c2d258a5c524eb5c4b85208899d80751a2c82f;hp=43e8e5d441c092bb416b3ef0cd73e7a9f47f4e9e;hpb=7d1c9a278b160a9f6ab5fc6fec98d5e8e78e465e;p=helm.git diff --git a/helm/matita/tests/record.ma b/helm/matita/tests/record.ma index 43e8e5d44..ed9ecfed8 100644 --- a/helm/matita/tests/record.ma +++ b/helm/matita/tests/record.ma @@ -1,5 +1,23 @@ +(**************************************************************************) +(* ___ *) +(* ||M|| *) +(* ||A|| A project by Andrea Asperti *) +(* ||T|| *) +(* ||I|| Developers: *) +(* ||T|| The HELM team. *) +(* ||A|| http://helm.cs.unibo.it *) +(* \ / *) +(* \ / This file is distributed under the terms of the *) +(* v GNU General Public License Version 2 *) +(* *) +(**************************************************************************) + +set "baseuri" "cic:/matita/tests/record/". + record empty : Type \def {}. +inductive True : Prop \def I: True. + record pippo : Type \def { a: Set ; @@ -18,4 +36,4 @@ record paperino: Prop \def { paolo : Type; pippo : paolo \to paolo; piero : True -}. \ No newline at end of file +}.