X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Ftests%2Frecord.ma;h=1c73c8951411c4e9eb1a47b2a8dd5a1c5bcaa588;hb=241dd3fc882e24a1d3a386a9c612aa8fc720abdb;hp=c024acf9e029c6a81a2f848a0902bca967390a01;hpb=ae1827aaba945a25bdc209ca23aa836befa4bead;p=helm.git diff --git a/matita/tests/record.ma b/matita/tests/record.ma index c024acf9e..1c73c8951 100644 --- a/matita/tests/record.ma +++ b/matita/tests/record.ma @@ -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 := { f : t A }. +record t (A:Type) : Type := { f : t A }.