Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Extend a monad with the ability to terminate a computation with a value
Type
newtype EitherT e m a Source #
A terminable transformer with termination e, inner monad m, return a
Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Extend a monad with the ability to terminate a computation with a value
newtype EitherT e m a Source #
A terminable transformer with termination e, inner monad m, return a