Hoogle Search

Within LTS Haskell 24.4 (ghc-9.10.2)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. data ArrayException

    ghc-internal GHC.Internal.Control.Exception

    Exceptions generated by array operations

  2. data AsyncException

    ghc-internal GHC.Internal.Control.Exception

    Asynchronous exceptions.

  3. data IOException

    ghc-internal GHC.Internal.Control.Exception

    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.

  4. data SomeAsyncException

    ghc-internal GHC.Internal.Control.Exception

    Superclass for asynchronous exceptions.

  5. SomeAsyncException :: e -> SomeAsyncException

    ghc-internal GHC.Internal.Control.Exception

    No documentation available.

  6. data SomeException

    ghc-internal GHC.Internal.Control.Exception

    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.

  7. SomeException :: e -> SomeException

    ghc-internal GHC.Internal.Control.Exception

    No documentation available.

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

    ghc-internal GHC.Internal.Control.Exception

    No documentation available.

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

    ghc-internal GHC.Internal.Control.Exception

    No documentation available.

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

    ghc-internal GHC.Internal.Control.Exception

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

Page 24 of many | Previous | Next