summaryrefslogtreecommitdiff
path: root/src/Obs/Sort.idr
diff options
context:
space:
mode:
Diffstat (limited to 'src/Obs/Sort.idr')
-rw-r--r--src/Obs/Sort.idr2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Obs/Sort.idr b/src/Obs/Sort.idr
index d2c8c33..70d5ed2 100644
--- a/src/Obs/Sort.idr
+++ b/src/Obs/Sort.idr
@@ -18,7 +18,7 @@ data Sort : Type where
export
Eq Sort where
Prop == Prop = True
- (Set i) == (Set j) = True
+ (Set i) == (Set j) = i == j
_ == _ = False
export