Instant is
off
|
Search plugin
|
Manual
|
haskell.org
mapCont
Packages
transformers
mtl
mapCont
:: (r -> r) -> Cont r a -> Cont r a
transformers
Control.Monad.Trans.Cont
,
mtl
Control.Monad.Cont
Apply a function to transform the result of a continuation-passing computation. * (
mapCont
f m) = f .
runCont
mapCont
T
:: (m r -> m r) -> ContT r m a -> ContT r m a
transformers
Control.Monad.Trans.Cont
,
mtl
Control.Monad.Cont
Apply a function to transform the result of a continuation-passing computation. * (
mapContT
f m) = f .
runContT
©
Neil Mitchell
2004-2012, version 4.2.11