aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/abstract/comonad/cofree.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/library/lux/abstract/comonad/cofree.lux')
-rw-r--r--stdlib/source/library/lux/abstract/comonad/cofree.lux4
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/source/library/lux/abstract/comonad/cofree.lux b/stdlib/source/library/lux/abstract/comonad/cofree.lux
index 4a198b0f6..d90a48fcc 100644
--- a/stdlib/source/library/lux/abstract/comonad/cofree.lux
+++ b/stdlib/source/library/lux/abstract/comonad/cofree.lux
@@ -1,9 +1,9 @@
(.using
[library
[lux "*"]]
- [// {"+" CoMonad}
+ [// (.only CoMonad)
[//
- [functor {"+" Functor}]]])
+ [functor (.only Functor)]]])
(type: .public (CoFree F a)
[a (F (CoFree F a))])