CurryInfo: transformers-3.0.0 / Control.Monad.Trans.State.execStateT

definition:
execStateT :: Monad m => StateT s m a -> s -> m s
execStateT m = fmap snd . runStateT m
demand:
no demanded arguments
deterministic:
deterministic operation
failfree:
(_, _)
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_,_) |-> {.._#lambda508}}
name:
execStateT
precedence:
no precedence defined
result-values:
{.._#lambda508}
signature:
Prelude.Monad b => StateT a b c -> a -> b a
solution-complete:
operation might suspend on free variables
terminating:
yes
totally-defined:
reducible on all ground data terms