diff options
author | Eduardo Julian | 2018-08-22 19:42:17 -0400 |
---|---|---|
committer | Eduardo Julian | 2018-08-22 19:42:17 -0400 |
commit | b60d60ef6c0c70821991991fe716935e73038832 (patch) | |
tree | 1f1e88e501d5884e8f7113e8f15de9bf08845f56 /stdlib/source/lux/control/comonad.lux | |
parent | 6c896325238b63b6fc09f774968be6da0b9c89c1 (diff) |
No more multi-line text.
Diffstat (limited to 'stdlib/source/lux/control/comonad.lux')
-rw-r--r-- | stdlib/source/lux/control/comonad.lux | 5 |
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] |