aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories
diff options
context:
space:
mode:
Diffstat (limited to 'theories')
-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.