CurryInfo: transformers-3.0.0 / Control.Monad.Trans.Cont.mapContT

definition:
mapContT :: (m r -> m r) -> ContT r m a -> ContT r m a
mapContT f m = ContT $ f . runContT m
demand:
no demanded arguments
deterministic:
deterministic operation
failfree:
(_, _)
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_,_) |-> _}
name:
mapContT
precedence:
no precedence defined
result-values:
_
signature:
(a b -> a b) -> ContT b a c -> ContT b a c
solution-complete:
operation might suspend on free variables
terminating:
yes
totally-defined:
reducible on all ground data terms