aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/lang
diff options
context:
space:
mode:
authorEduardo Julian2018-05-01 21:32:29 -0400
committerEduardo Julian2018-05-01 21:32:29 -0400
commit677ae72669dabcad59262287aa4d84c5631bbddd (patch)
tree00f17ff36ea9469d09471bdc6d9ab1ba48e3d8bb /stdlib/source/lux/lang
parente978beda66408179585fe271bfec1900f21df8b5 (diff)
- Re-organized set modules.
Diffstat (limited to '')
-rw-r--r--stdlib/source/lux/lang/type/check.lux2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/source/lux/lang/type/check.lux b/stdlib/source/lux/lang/type/check.lux
index 7b7c1e3ee..09af682ca 100644
--- a/stdlib/source/lux/lang/type/check.lux
+++ b/stdlib/source/lux/lang/type/check.lux
@@ -9,7 +9,7 @@
[maybe]
[product]
(coll [list]
- [set #+ Set])
+ (set ["set" unordered #+ Set]))
["e" error])
(lang [type "type/" Eq<Type>])
))