fixed doc for WriterT

This commit is contained in:
stefan-hoeck 2021-01-21 13:25:48 +01:00
parent fd4851c0f5
commit 92b9833ee2

View File

@ -11,7 +11,7 @@ import Control.Monad.Trans
|||
||| @w the output to accumulate.
|||
||| m@ The inner monad.
||| @m The inner monad.
|||
||| The `pure` function produces the output `neutral`, while `>>=`
||| combines the outputs of the subcomputations using `<+>`.