aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/target/lua.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/test/lux/target/lua.lux')
-rw-r--r--stdlib/source/test/lux/target/lua.lux12
1 files changed, 6 insertions, 6 deletions
diff --git a/stdlib/source/test/lux/target/lua.lux b/stdlib/source/test/lux/target/lua.lux
index 631b754f5..b9be05d9e 100644
--- a/stdlib/source/test/lux/target/lua.lux
+++ b/stdlib/source/test/lux/target/lua.lux
@@ -1,11 +1,11 @@
(.using
[library
[lux "*"
- ["_" test {"+" Test}]
+ ["_" test (.only Test)]
["[0]" ffi]
["[0]" static]
[abstract
- [monad {"+" do}]
+ [monad (.only do)]
[\\specification
["$[0]" equivalence]
["$[0]" hash]]]
@@ -13,17 +13,17 @@
["[0]" pipe]
["[0]" function]
["[0]" maybe ("[1]#[0]" functor)]
- ["[0]" try {"+" Try} ("[1]#[0]" functor)]]
+ ["[0]" try (.only Try) ("[1]#[0]" functor)]]
[data
["[0]" bit ("[1]#[0]" equivalence)]
- ["[0]" text {"+" \n} ("[1]#[0]" equivalence)
- ["%" format {"+" format}]]
+ ["[0]" text (.only \n) ("[1]#[0]" equivalence)
+ ["%" format (.only format)]]
[collection
["[0]" list ("[1]#[0]" functor)]]]
[macro
["[0]" template]]
[math
- ["[0]" random {"+" Random} ("[1]#[0]" monad)]
+ ["[0]" random (.only Random) ("[1]#[0]" monad)]
[number
["n" nat]
["i" int]