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. ProcessRegistrationException :: String -> !Maybe ProcessId -> ProcessRegistrationException

    distributed-process Control.Distributed.Process.Internal.Types

    No documentation available.

  2. data ArithException

    ghc-internal GHC.Internal.Control.Exception

    Arithmetic exceptions.

  3. data ArrayException

    ghc-internal GHC.Internal.Control.Exception

    Exceptions generated by array operations

  4. data AsyncException

    ghc-internal GHC.Internal.Control.Exception

    Asynchronous exceptions.

  5. 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.

  6. data SomeAsyncException

    ghc-internal GHC.Internal.Control.Exception

    Superclass for asynchronous exceptions.

  7. SomeAsyncException :: e -> SomeAsyncException

    ghc-internal GHC.Internal.Control.Exception

    No documentation available.

  8. 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.

  9. SomeException :: e -> SomeException

    ghc-internal GHC.Internal.Control.Exception

    No documentation available.

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

    ghc-internal GHC.Internal.Control.Exception

    No documentation available.

Page 24 of many | Previous | Next