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

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