aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/data/coll/set/ordered.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/lux/data/coll/set/ordered.lux')
-rw-r--r--stdlib/source/lux/data/coll/set/ordered.lux2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/source/lux/data/coll/set/ordered.lux b/stdlib/source/lux/data/coll/set/ordered.lux
index 4761b7409..2ad835849 100644
--- a/stdlib/source/lux/data/coll/set/ordered.lux
+++ b/stdlib/source/lux/data/coll/set/ordered.lux
@@ -9,7 +9,7 @@
(abstract: #export (Set a)
{}
- (//.Dict a a)
+ (//.Dictionary a a)
(def: #export new
(All [a] (-> (Order a) (Set a)))