aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/type/resource.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/lux/type/resource.lux2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/source/lux/type/resource.lux b/stdlib/source/lux/type/resource.lux
index 526dbecc9..ce792af96 100644
--- a/stdlib/source/lux/type/resource.lux
+++ b/stdlib/source/lux/type/resource.lux
@@ -10,7 +10,7 @@
[number]
text/format
(coll [dict #+ Dict]
- [set]
+ (set ["set" unordered])
[sequence #+ Sequence]
[list "list/" Functor<List> Fold<List>]))
(concurrency [promise #+ Promise])