monad-ran-0.0.5: Implementations of common monads and monad transformers as right-kan extensionsSource codeContentsIndex
Control.Monad.Ran.Writer
Documentation
newtype Writer w a Source
Constructors
Writer
getWriter :: forall o. (a -> w -> o) -> o
show/hide Instances
runWriter :: Writer w a -> (a, w)Source
data Writer' w a Source
show/hide Instances
runWriter' :: Monoid w => Writer' w a -> (a, w)Source
Produced by Haddock version 2.3.0