]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/tests/record.ma
inclusion of div_and_mod
[helm.git] / matita / tests / record.ma
index c024acf9e029c6a81a2f848a0902bca967390a01..1c73c8951411c4e9eb1a47b2a8dd5a1c5bcaa588 100644 (file)
@@ -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 }.