aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/abstract/comonad/cofree.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/test/lux/abstract/comonad/cofree.lux')
-rw-r--r--stdlib/source/test/lux/abstract/comonad/cofree.lux10
1 files changed, 5 insertions, 5 deletions
diff --git a/stdlib/source/test/lux/abstract/comonad/cofree.lux b/stdlib/source/test/lux/abstract/comonad/cofree.lux
index 32b6b2fa2..5ac04557f 100644
--- a/stdlib/source/test/lux/abstract/comonad/cofree.lux
+++ b/stdlib/source/test/lux/abstract/comonad/cofree.lux
@@ -1,19 +1,19 @@
(.using
[library
[lux "*"
- ["_" test {"+" Test}]
+ ["_" test (.only Test)]
[abstract
- [functor {"+" Functor}]
- [comonad {"+" CoMonad}]
+ [functor (.only Functor)]
+ [comonad (.only CoMonad)]
[\\specification
- ["$[0]" functor {"+" Injection Comparison}]
+ ["$[0]" functor (.only Injection Comparison)]
["$[0]" comonad]]]
[control
["//" continuation]]
[data
[collection
["[0]" list]
- ["[0]" stream {"+" Stream} ("[1]#[0]" comonad)]]]
+ ["[0]" stream (.only Stream) ("[1]#[0]" comonad)]]]
[math
["[0]" random]]]]
[\\library