X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fmatita%2Ftests%2Frecord.ma;h=24bed8ade8da8dc9158fc5523bc2bee7d2b337a3;hb=b6afef7e73324824025a6d7f313129d55b72cfc6;hp=1c73c8951411c4e9eb1a47b2a8dd5a1c5bcaa588;hpb=b00485292ea4aa35013415903c1a87a952eb21ad;p=helm.git diff --git a/helm/software/matita/tests/record.ma b/helm/software/matita/tests/record.ma index 1c73c8951..24bed8ade 100644 --- a/helm/software/matita/tests/record.ma +++ b/helm/software/matita/tests/record.ma @@ -12,7 +12,7 @@ (* *) (**************************************************************************) -set "baseuri" "cic:/matita/tests/record/". + record empty : Type \def {}. @@ -41,4 +41,4 @@ record paperino: Prop \def { (* the following test used to show the following bug: the left parameter A in the type of t was not unified with the left parameter A in the type of the constructor of the record *) -record t (A:Type) : Type := { f : t A }. +record t (A:Type) : Type := { f : A }. \ No newline at end of file