X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fmatita%2Ftests%2Frecord.ma;h=bc5d2e21777fbdbdb51d4e12a7e498bcf974ed5d;hb=68dcac85ab9510b2e3e272d964e3765cd116ddbb;hp=c024acf9e029c6a81a2f848a0902bca967390a01;hpb=6759156e7b8234dd4c024d58e63c293c051962f0;p=helm.git diff --git a/helm/software/matita/tests/record.ma b/helm/software/matita/tests/record.ma index c024acf9e..bc5d2e217 100644 --- a/helm/software/matita/tests/record.ma +++ b/helm/software/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 : A }. \ No newline at end of file