aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/tool/compiler/meta/export.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/library/lux/tool/compiler/meta/export.lux6
1 files changed, 3 insertions, 3 deletions
diff --git a/stdlib/source/library/lux/tool/compiler/meta/export.lux b/stdlib/source/library/lux/tool/compiler/meta/export.lux
index aab3dae55..4b0621fb9 100644
--- a/stdlib/source/library/lux/tool/compiler/meta/export.lux
+++ b/stdlib/source/library/lux/tool/compiler/meta/export.lux
@@ -1,12 +1,12 @@
-(.using
+(.require
[library
[lux (.except Source)
[abstract
["[0]" monad (.only do)]]
[control
- ["[0]" try (.only Try) (.open: "[1]#[0]" monad)]
+ ["[0]" try (.only Try) (.use "[1]#[0]" monad)]
[concurrency
- ["[0]" async (.only Async) (.open: "[1]#[0]" functor)]]]
+ ["[0]" async (.only Async) (.use "[1]#[0]" functor)]]]
[data
["[0]" text (.only)
["%" \\format (.only format)]]