aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/Init/Wf.v
diff options
context:
space:
mode:
authorGravatar letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7>2008-03-04 18:58:53 +0000
committerGravatar letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7>2008-03-04 18:58:53 +0000
commit0051fd0b4fdc72b3c13907f456c86d4b96f00695 (patch)
treece3180e1965a6a59e4baebfd926fa5d626ad8d32 /theories/Init/Wf.v
parent43856804207ac43b9ded2609fe7a422db5f62dc4 (diff)
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
Diffstat (limited to 'theories/Init/Wf.v')
-rw-r--r--theories/Init/Wf.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/theories/Init/Wf.v b/theories/Init/Wf.v
index 87cd9becc..024b32af4 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.