mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-01 01:09:03 +03:00
fixed doc for WriterT
This commit is contained in:
parent
fd4851c0f5
commit
92b9833ee2
@ -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 `<+>`.
|
||||
|
Loading…
Reference in New Issue
Block a user