Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Synopsis
Application exception
The monad in which application exceptions are thrown
type AppExceptionMonad = Either AppException #
type AppExceptionMonadT = ExceptT AppException #
Application exceptions
data AppException #
Instances
Show AppException # | |
Defined in Exceptions showsPrec :: Int -> AppException -> ShowS # show :: AppException -> String # showList :: [AppException] -> ShowS # |