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.lux2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/source/library/lux/abstract/comonad/cofree.lux b/stdlib/source/library/lux/abstract/comonad/cofree.lux
index 88c4ce50a..096a48feb 100644
--- a/stdlib/source/library/lux/abstract/comonad/cofree.lux
+++ b/stdlib/source/library/lux/abstract/comonad/cofree.lux
@@ -20,7 +20,7 @@
(def: &functor (..functor dsl))
- (def: (unwrap [head tail])
+ (def: (out [head tail])
head)
(def: (split [head tail])