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

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