aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/data/coll/ordered.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/lux/data/coll/ordered.lux')
-rw-r--r--stdlib/source/lux/data/coll/ordered.lux2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/source/lux/data/coll/ordered.lux b/stdlib/source/lux/data/coll/ordered.lux
index 37fbb1505..568a3f1be 100644
--- a/stdlib/source/lux/data/coll/ordered.lux
+++ b/stdlib/source/lux/data/coll/ordered.lux
@@ -489,5 +489,5 @@
(struct: #export Eq<Set> (All [a] (Eq (Set a)))
(def: (= reference sample)
- (:: (list;Eq<List> (get@ [#order #order;eq] sample))
+ (:: (list;Eq<List> (:: sample eq))
= (to-list reference) (to-list sample))))