X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fmatita%2Ftests%2Frecord.ma;h=02ef85a0504ddd2c939b2a69ffe752bc544caedd;hb=49734f6f824dd310520cbb0cee0e605296e2d975;hp=43e8e5d441c092bb416b3ef0cd73e7a9f47f4e9e;hpb=7d1c9a278b160a9f6ab5fc6fec98d5e8e78e465e;p=helm.git diff --git a/helm/matita/tests/record.ma b/helm/matita/tests/record.ma index 43e8e5d44..02ef85a05 100644 --- a/helm/matita/tests/record.ma +++ b/helm/matita/tests/record.ma @@ -1,5 +1,9 @@ +set "baseuri" "cic:/matita/tests/record/". + record empty : Type \def {}. +inductive True : Prop \def I: True. + record pippo : Type \def { a: Set ; @@ -18,4 +22,4 @@ record paperino: Prop \def { paolo : Type; pippo : paolo \to paolo; piero : True -}. \ No newline at end of file +}.