CurryInfo: transformers-3.0.0 / Control.Monad.Trans.Writer.execWriterT

definition:
execWriterT :: Monad m => WriterT w m a -> m w
execWriterT m = snd <$> runWriterT m
demand:
argument 1
deterministic:
deterministic operation
documentation:
-- | Extracts the output of a writer compuation.
failfree:
(_, _)
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_,_) |-> _}
name:
execWriterT
precedence:
no precedence defined
result-values:
_
signature:
Prelude.Monad b => WriterT a b c -> b a
solution-complete:
operation might suspend on free variables
terminating:
yes
totally-defined:
reducible on all ground data terms