]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/tests/record.ma
Wrong test patched.
[helm.git] / helm / software / matita / tests / record.ma
index 1c73c8951411c4e9eb1a47b2a8dd5a1c5bcaa588..bc5d2e21777fbdbdb51d4e12a7e498bcf974ed5d 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) : Type := { f : t A }.
+record t (A:Type) : Type := { f : A }.
\ No newline at end of file