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.

  1. FixIOException :: FixIOException

    ghc-internal GHC.Internal.Control.Exception.Base

    No documentation available.

  2. data IOException

    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.

  3. data SomeAsyncException

    ghc-internal GHC.Internal.Control.Exception.Base

    Superclass for asynchronous exceptions.

  4. SomeAsyncException :: e -> SomeAsyncException

    ghc-internal GHC.Internal.Control.Exception.Base

    No documentation available.

  5. data SomeException

    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.

  6. SomeException :: e -> SomeException

    ghc-internal GHC.Internal.Control.Exception.Base

    No documentation available.

  7. asyncExceptionFromException :: Exception e => SomeException -> Maybe e

    ghc-internal GHC.Internal.Control.Exception.Base

    No documentation available.

  8. asyncExceptionToException :: Exception e => e -> SomeException

    ghc-internal GHC.Internal.Control.Exception.Base

    No documentation available.

  9. displayException :: Exception e => e -> String

    ghc-internal GHC.Internal.Control.Exception.Base

    Render this exception value in a human-friendly manner. Default implementation: show.

  10. fromException :: Exception e => SomeException -> Maybe e

    ghc-internal GHC.Internal.Control.Exception.Base

    No documentation available.

Page 26 of many | Previous | Next