| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Bluefin.Internal.Exception.Scoped
Documentation
Instances
| Exception InFlight Source # | |
Defined in Bluefin.Internal.Exception.Scoped Methods toException :: InFlight -> SomeException fromException :: SomeException -> Maybe InFlight displayException :: InFlight -> String | |
| Show InFlight Source # | |
newException :: IO (Exception e) Source #
checkException :: Exception e -> InFlight -> Maybe e Source #