Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Foundation.Exception
Documentation
finally :: MonadBracket m => m a -> m b -> m a #
try :: (MonadCatch m, Exception e) => m a -> m (Either e a) #
data SomeException #
Instances
Exception SomeException | |
Defined in GHC.Exception.Type Methods toException :: SomeException -> SomeException # fromException :: SomeException -> Maybe SomeException # displayException :: SomeException -> String # | |
Show SomeException | |
Defined in GHC.Exception.Type Methods showsPrec :: Int -> SomeException -> ShowS # show :: SomeException -> String # showList :: [SomeException] -> ShowS # |