| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Control.Monad.CPSExcept
Documentation
newtype CPSExceptT e m a Source #
Constructors
| CPSExceptT | |
Fields
| |
Instances
runCPSExceptT :: Applicative m => CPSExceptT e m a -> m (Either e a) Source #
| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Control.Monad.CPSExcept
newtype CPSExceptT e m a Source #
Constructors
| CPSExceptT | |
Fields
| |
runCPSExceptT :: Applicative m => CPSExceptT e m a -> m (Either e a) Source #