From 94ae137c5c81b8242bb53e3fdecac6a908a56363 Mon Sep 17 00:00:00 2001 From: herbelin Date: Sun, 22 Jan 2006 21:11:17 +0000 Subject: Application de la suggestion de Nicolas Magaud (#1060) git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@7917 85f007b7-540e-0410-9357-904b9bb8a0f7 --- theories/Init/Wf.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'theories') diff --git a/theories/Init/Wf.v b/theories/Init/Wf.v index 5a05f7b653..8169bca1e6 100755 --- a/theories/Init/Wf.v +++ b/theories/Init/Wf.v @@ -97,7 +97,7 @@ Section Well_founded. Section FixPoint. -Variable P : A -> Set. +Variable P : A -> Type. Variable F : forall x:A, (forall y:A, R y x -> P y) -> P x. Fixpoint Fix_F (x:A) (r:Acc x) {struct r} : P x := -- cgit v1.2.3