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

definition:
withState :: (s -> s) -> State s a -> State s a
withState = withStateT
demand:
no demanded arguments
deterministic:
deterministic operation
failfree:
()
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{() |-> {withStateT}}
name:
withState
precedence:
no precedence defined
result-values:
{withStateT}
signature:
(a -> a) -> StateT a Data.Functor.Identity.Identity b
-> StateT a Data.Functor.Identity.Identity b
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
reducible on all ground data terms