]> matita.cs.unibo.it Git - helm.git/commitdiff
Wrong test patched.
authorClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Mon, 15 Oct 2007 11:32:46 +0000 (11:32 +0000)
committerClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Mon, 15 Oct 2007 11:32:46 +0000 (11:32 +0000)
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