aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/Relations
diff options
context:
space:
mode:
Diffstat (limited to 'theories/Relations')
-rwxr-xr-xtheories/Relations/Relation_Definitions.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/theories/Relations/Relation_Definitions.v b/theories/Relations/Relation_Definitions.v
index 35c670574..32f433d07 100755
--- a/theories/Relations/Relation_Definitions.v
+++ b/theories/Relations/Relation_Definitions.v
@@ -10,7 +10,7 @@
Section Relation_Definition.
- Variable A: Set.
+ Variable A: Type.
Definition relation := A -> A -> Prop.