aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/control/io.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/library/lux/control/io.lux')
-rw-r--r--stdlib/source/library/lux/control/io.lux4
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/source/library/lux/control/io.lux b/stdlib/source/library/lux/control/io.lux
index ab1c36168..177b058af 100644
--- a/stdlib/source/library/lux/control/io.lux
+++ b/stdlib/source/library/lux/control/io.lux
@@ -1,6 +1,6 @@
(.using
[library
- [lux "*"
+ [lux (.full)
[abstract
[functor (.only Functor)]
[apply (.only Apply)]
@@ -9,7 +9,7 @@
[parser
["<[0]>" code]]]
[type
- [primitive "*"]]
+ [primitive (.full)]]
[macro (.only with_symbols)
[syntax (.only syntax:)]
["[0]" template]]]])