aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/data/collection/array.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/test/lux/data/collection/array.lux')
-rw-r--r--stdlib/source/test/lux/data/collection/array.lux14
1 files changed, 7 insertions, 7 deletions
diff --git a/stdlib/source/test/lux/data/collection/array.lux b/stdlib/source/test/lux/data/collection/array.lux
index 278394bd3..badba4922 100644
--- a/stdlib/source/test/lux/data/collection/array.lux
+++ b/stdlib/source/test/lux/data/collection/array.lux
@@ -1,17 +1,17 @@
(.using
[library
[lux "*"
- ["_" test {"+" Test}]
+ ["_" test (.only Test)]
[abstract
- [functor {"+"}]
- [monad {"+" do}]
+ [functor (.only)]
+ [monad (.only do)]
["[0]" monoid
["$[1]" \\specification]]
- ["[0]" mix {"+" Mix}
+ ["[0]" mix (.only Mix)
["$[1]" \\specification]]
[\\specification
["$[0]" equivalence]
- ["$[0]" functor {"+" Injection}]]]
+ ["$[0]" functor (.only Injection)]]]
[control
["[0]" maybe ("[1]#[0]" functor)]]
[data
@@ -21,11 +21,11 @@
["[0]" list]
["[0]" set]]]
[math
- ["[0]" random {"+" Random}]
+ ["[0]" random (.only Random)]
[number
["n" nat]]]]]
[\\library
- ["[0]" / {"+" Array}
+ ["[0]" / (.only Array)
["!" \\unsafe]]])
(def: injection