Hoogle Search
Within LTS Haskell 24.28 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
FixIOException :: FixIOExceptionghc-internal GHC.Internal.Control.Exception.Base No documentation available.
-
ghc-internal GHC.Internal.Control.Exception.Base Exceptions that occur in the IO monad. An IOException records a more specific error type, a descriptive string and maybe the handle that was used when the error was flagged.
-
ghc-internal GHC.Internal.Control.Exception.Base Superclass for asynchronous exceptions.
SomeAsyncException :: e -> SomeAsyncExceptionghc-internal GHC.Internal.Control.Exception.Base No documentation available.
-
ghc-internal GHC.Internal.Control.Exception.Base The SomeException type is the root of the exception type hierarchy. When an exception of type e is thrown, behind the scenes it is encapsulated in a SomeException.
SomeException :: e -> SomeExceptionghc-internal GHC.Internal.Control.Exception.Base No documentation available.
asyncExceptionFromException :: Exception e => SomeException -> Maybe eghc-internal GHC.Internal.Control.Exception.Base No documentation available.
asyncExceptionToException :: Exception e => e -> SomeExceptionghc-internal GHC.Internal.Control.Exception.Base No documentation available.
displayException :: Exception e => e -> Stringghc-internal GHC.Internal.Control.Exception.Base Render this exception value in a human-friendly manner. Default implementation: show.
fromException :: Exception e => SomeException -> Maybe eghc-internal GHC.Internal.Control.Exception.Base No documentation available.