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