Safe Haskell | None |
---|---|
Language | Haskell2010 |
Colorless.ServiceThrower
Contents
Documentation
class MonadThrow m => ServiceThrower m where Source #
Methods
serviceThrow :: Value -> m a Source #
Instances
MonadThrow m => ServiceThrower (ExceptT Response m) Source # | |