From 0051fd0b4fdc72b3c13907f456c86d4b96f00695 Mon Sep 17 00:00:00 2001 From: letouzey Date: Tue, 4 Mar 2008 18:58:53 +0000 Subject: still one more substituion s/Set/Type/ git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@10618 85f007b7-540e-0410-9357-904b9bb8a0f7 --- theories/Init/Wf.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theories/Init/Wf.v b/theories/Init/Wf.v index 87cd9becc0..024b32af4a 100644 --- a/theories/Init/Wf.v +++ b/theories/Init/Wf.v @@ -142,7 +142,7 @@ End Well_founded. Section Well_founded_2. - Variables A B : Set. + Variables A B : Type. Variable R : A * B -> A * B -> Prop. Variable P : A -> B -> Type. -- cgit v1.2.3