aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/type/resource.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/test/lux/type/resource.lux')
-rw-r--r--stdlib/source/test/lux/type/resource.lux18
1 files changed, 9 insertions, 9 deletions
diff --git a/stdlib/source/test/lux/type/resource.lux b/stdlib/source/test/lux/type/resource.lux
index 755978e8c..89c65d03b 100644
--- a/stdlib/source/test/lux/type/resource.lux
+++ b/stdlib/source/test/lux/type/resource.lux
@@ -1,30 +1,30 @@
(.using
[library
[lux "*"
- ["_" test {"+" Test}]
+ ["_" test (.only Test)]
["[0]" meta]
[abstract
["[0]" monad
- [indexed {"+" do}]]]
+ [indexed (.only do)]]]
[control
- ["[0]" io {"+" IO}]
+ ["[0]" io (.only IO)]
["[0]" try]
- ["[0]" exception {"+" Exception}]
+ ["[0]" exception (.only Exception)]
[concurrency
- ["[0]" async {"+" Async}]]
+ ["[0]" async (.only Async)]]
[parser
["<[0]>" code]]]
[data
- ["[0]" identity {"+" Identity}]
+ ["[0]" identity (.only Identity)]
["[0]" text ("[1]#[0]" equivalence)
- ["%" format {"+" format}]]]
+ ["%" format (.only format)]]]
["[0]" macro
- [syntax {"+" syntax:}]
+ [syntax (.only syntax:)]
["[0]" code]]
[math
["[0]" random]]]]
[\\library
- ["[0]" / {"+" Res}]])
+ ["[0]" / (.only Res)]])
(def: pure
Test