From 808e0ec0ecef2cb14939f4f05724d36663495f40 Mon Sep 17 00:00:00 2001 From: Claudio Sacerdoti Coen Date: Mon, 15 Oct 2007 11:32:46 +0000 Subject: [PATCH] Wrong test patched. --- matita/tests/record.ma | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matita/tests/record.ma b/matita/tests/record.ma index 1c73c8951..bc5d2e217 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) : Type := { f : t A }. +record t (A:Type) : Type := { f : A }. \ No newline at end of file -- 2.39.2