aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/control/concatenative.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/library/lux/control/concatenative.lux8
1 files changed, 4 insertions, 4 deletions
diff --git a/stdlib/source/library/lux/control/concatenative.lux b/stdlib/source/library/lux/control/concatenative.lux
index 2fe9f788f..8af49edd4 100644
--- a/stdlib/source/library/lux/control/concatenative.lux
+++ b/stdlib/source/library/lux/control/concatenative.lux
@@ -1,4 +1,4 @@
-(.using
+(.require
[library
[lux (.except Alias if loop left right)
["[0]" meta]
@@ -6,13 +6,13 @@
[abstract
["[0]" monad]]
[control
- ["[0]" maybe (.open: "[1]#[0]" monad)]]
+ ["[0]" maybe (.use "[1]#[0]" monad)]]
[data
["[0]" product]
["[0]" text (.only)
["%" \\format (.only format)]]
[collection
- ["[0]" list (.open: "[1]#[0]" mix functor)]]]
+ ["[0]" list (.use "[1]#[0]" mix functor)]]]
["[0]" macro (.only with_symbols)
[syntax (.only syntax)]
["[0]" code]
@@ -24,7 +24,7 @@
["r" rev]
["f" frac]]]]]
[//
- ["<>" parser (.open: "[1]#[0]" monad)
+ ["<>" parser (.use "[1]#[0]" monad)
["<[0]>" code (.only Parser)]]])
(type: Stack