aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/abstract/comonad/cofree.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/test/lux/abstract/comonad/cofree.lux35
1 files changed, 18 insertions, 17 deletions
diff --git a/stdlib/source/test/lux/abstract/comonad/cofree.lux b/stdlib/source/test/lux/abstract/comonad/cofree.lux
index 9e6c8a1b1..82647f79d 100644
--- a/stdlib/source/test/lux/abstract/comonad/cofree.lux
+++ b/stdlib/source/test/lux/abstract/comonad/cofree.lux
@@ -1,21 +1,22 @@
(.module:
- [lux #*
- ["_" test (#+ Test)]
- [abstract
- [functor (#+ Functor)]
- [comonad (#+ CoMonad)]
- [\spec
- ["$." functor (#+ Injection Comparison)]
- ["$." comonad]]]
- [control
- ["//" continuation]]
- [data
- [collection
- ["." list]
- ["." sequence (#+ Sequence) ("#\." comonad)]]]
- [math
- ["." random]]]
- [\\
+ [library
+ [lux #*
+ ["_" test (#+ Test)]
+ [abstract
+ [functor (#+ Functor)]
+ [comonad (#+ CoMonad)]
+ [\\spec
+ ["$." functor (#+ Injection Comparison)]
+ ["$." comonad]]]
+ [control
+ ["//" continuation]]
+ [data
+ [collection
+ ["." list]
+ ["." sequence (#+ Sequence) ("#\." comonad)]]]
+ [math
+ ["." random]]]]
+ [\\library
["." /]])
(def: (injection value)