aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/data/collection/set/ordered.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/lux/data/collection/set/ordered.lux')
-rw-r--r--stdlib/source/lux/data/collection/set/ordered.lux2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/source/lux/data/collection/set/ordered.lux b/stdlib/source/lux/data/collection/set/ordered.lux
index 71183d2e4..1b57ac87d 100644
--- a/stdlib/source/lux/data/collection/set/ordered.lux
+++ b/stdlib/source/lux/data/collection/set/ordered.lux
@@ -65,7 +65,7 @@
(list.filter (|>> (..member? param) not))
(..from_list (get@ #/.&order (:representation subject)))))
- (structure: #export equivalence
+ (implementation: #export equivalence
(All [a] (Equivalence (Set a)))
(def: (= reference sample)