aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/control/comonad.lux
diff options
context:
space:
mode:
authorEduardo Julian2018-08-22 19:42:17 -0400
committerEduardo Julian2018-08-22 19:42:17 -0400
commitb60d60ef6c0c70821991991fe716935e73038832 (patch)
tree1f1e88e501d5884e8f7113e8f15de9bf08845f56 /stdlib/source/lux/control/comonad.lux
parent6c896325238b63b6fc09f774968be6da0b9c89c1 (diff)
No more multi-line text.
Diffstat (limited to 'stdlib/source/lux/control/comonad.lux')
-rw-r--r--stdlib/source/lux/control/comonad.lux5
1 files changed, 2 insertions, 3 deletions
diff --git a/stdlib/source/lux/control/comonad.lux b/stdlib/source/lux/control/comonad.lux
index 23a059ae4..76fe954e5 100644
--- a/stdlib/source/lux/control/comonad.lux
+++ b/stdlib/source/lux/control/comonad.lux
@@ -8,9 +8,8 @@
## [Signatures]
(signature: #export (CoMonad w)
- {#.doc "CoMonads are the opposite/complement to monads.
-
- CoMonadic structures are often infinite in size and built upon lazily-evaluated functions."}
+ {#.doc (doc "CoMonads are the opposite/complement to monads."
+ "CoMonadic structures are often infinite in size and built upon lazily-evaluated functions.")}
(: (F.Functor w)
functor)
(: (All [a]