aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/macro.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/test/lux/macro.lux')
-rw-r--r--stdlib/source/test/lux/macro.lux10
1 files changed, 5 insertions, 5 deletions
diff --git a/stdlib/source/test/lux/macro.lux b/stdlib/source/test/lux/macro.lux
index d10b10547..f4bd0b604 100644
--- a/stdlib/source/test/lux/macro.lux
+++ b/stdlib/source/test/lux/macro.lux
@@ -1,10 +1,10 @@
(.using
[library
[lux "*"
- ["_" test {"+" Test}]
+ ["_" test (.only Test)]
["[0]" static]
[abstract
- [monad {"+" do}]]
+ [monad (.only do)]]
[control
["[0]" try ("[1]#[0]" functor)]
[parser
@@ -12,13 +12,13 @@
[data
["[0]" bit ("[1]#[0]" equivalence)]
["[0]" text
- ["%" format {"+" format}]]
+ ["%" format (.only format)]]
[collection
["[0]" list]]]
[macro
["^" pattern]]
[math
- ["[0]" random {"+" Random} ("[1]#[0]" functor)]
+ ["[0]" random (.only Random) ("[1]#[0]" functor)]
[number
["n" nat]]]
["[0]" meta
@@ -26,7 +26,7 @@
["[0]" symbol]]]]
[\\library
["[0]" /
- [syntax {"+" syntax:}]
+ [syntax (.only syntax:)]
["[0]" code ("[1]#[0]" equivalence)]
["[0]" template]]]
["[0]" / "_"