Instant is
off
|
Search plugin
|
Manual
|
haskell.org
runCont
Packages
transformers
mtl
runCont
:: Cont r a -> (a -> r) -> r
transformers
Control.Monad.Trans.Cont
,
mtl
Control.Monad.Cont
Runs a CPS computation, returns its result after applying the final continuation to it. (The inverse of
cont
.)
runCont
T
:: ContT r a -> (a -> m r) -> m r
mtl
Control.Monad.Cont
runCont
T
:: ContT r m a -> (a -> m r) -> m r
transformers
Control.Monad.Trans.Cont
©
Neil Mitchell
2004-2012, version 4.2.11