Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
class Monad m => RuntimeThrower m where Source #
runtimeThrow :: RuntimeError -> m a Source #
RuntimeThrower IO Source # | |
Monad m => RuntimeThrower (ExceptT Response m) Source # | |
Safe Haskell | None |
---|---|
Language | Haskell2010 |
class Monad m => RuntimeThrower m where Source #
runtimeThrow :: RuntimeError -> m a Source #
RuntimeThrower IO Source # | |
Monad m => RuntimeThrower (ExceptT Response m) Source # | |