|
Control.Monad.Cont.Class | Portability | non-portable (multi-parameter type classes) | Stability | experimental | Maintainer | libraries@haskell.org |
|
|
|
Description |
Continuation monad class
|
|
|
Documentation |
|
class Monad m => MonadCont m where |
| Methods | callCC :: ((a -> m b) -> m a) -> m a |
| | Instances | |
|
|
Produced by Haddock version 0.8 |