aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 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.