aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/test.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/library/lux/test.lux')
-rw-r--r--stdlib/source/library/lux/test.lux22
1 files changed, 11 insertions, 11 deletions
diff --git a/stdlib/source/library/lux/test.lux b/stdlib/source/library/lux/test.lux
index ac03309eb..3bdbc90f5 100644
--- a/stdlib/source/library/lux/test.lux
+++ b/stdlib/source/library/lux/test.lux
@@ -4,37 +4,37 @@
["@" target]
["[0]" debug]
[abstract
- ["[0]" monad {"+" do}]]
+ ["[0]" monad (.only do)]]
[control
["[0]" pipe]
["[0]" maybe]
["[0]" try]
- ["[0]" exception {"+" exception:}]
+ ["[0]" exception (.only exception:)]
["[0]" io]
[concurrency
- ["[0]" atom {"+" Atom}]
- ["[0]" async {"+" Async} ("[1]#[0]" monad)]]
+ ["[0]" atom (.only Atom)]
+ ["[0]" async (.only Async) ("[1]#[0]" monad)]]
["<>" parser
["<[0]>" code]]]
[data
["[0]" product]
["[0]" text
- ["%" format {"+" format}]]
+ ["%" format (.only format)]]
[collection
["[0]" list ("[1]#[0]" functor mix)]
- ["[0]" set {"+" Set}]
+ ["[0]" set (.only Set)]
["[0]" dictionary "_"
- ["[1]" ordered {"+" Dictionary}]]]]
+ ["[1]" ordered (.only Dictionary)]]]]
[time
["[0]" instant]
- ["[0]" duration {"+" Duration}]]
+ ["[0]" duration (.only Duration)]]
[math
- ["[0]" random {"+" Random} ("[1]#[0]" monad)]
- [number {"+" hex}
+ ["[0]" random (.only Random) ("[1]#[0]" monad)]
+ [number (.only hex)
["n" nat]
["f" frac]]]
[macro
- [syntax {"+" syntax:}]
+ [syntax (.only syntax:)]
["[0]" code]]
["[0]" meta
["[0]" symbol]]