aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/Sets/Permut.v
diff options
context:
space:
mode:
Diffstat (limited to 'theories/Sets/Permut.v')
-rw-r--r--theories/Sets/Permut.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/theories/Sets/Permut.v b/theories/Sets/Permut.v
index 7c6b551c6..6c9a064c1 100644
--- a/theories/Sets/Permut.v
+++ b/theories/Sets/Permut.v
@@ -15,7 +15,7 @@
Section Axiomatisation.
- Variable U : Set.
+ Variable U : Type.
Variable op : U -> U -> U.
Variable cong : U -> U -> Prop.