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. NodeLinkException :: NodeId -> DiedReason -> NodeLinkException

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

    No documentation available.

  2. data PortLinkException

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

    Exception thrown when a linked channel (port) dies

  3. PortLinkException :: SendPortId -> DiedReason -> PortLinkException

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

    No documentation available.

  4. data ProcessExitException

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

    Internal exception thrown indirectly by exit

  5. ProcessExitException :: ProcessId -> Message -> ProcessExitException

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

    No documentation available.

  6. data ProcessLinkException

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

    Exceptions thrown when a linked process dies

  7. ProcessLinkException :: ProcessId -> DiedReason -> ProcessLinkException

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

    No documentation available.

  8. data ProcessRegistrationException

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

    Exception thrown when a process attempts to register a process under an already-registered name or to unregister a name that hasn't been registered. Returns the name and the identifier of the process that owns it, if any.

  9. ProcessRegistrationException :: String -> !Maybe ProcessId -> ProcessRegistrationException

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

    No documentation available.

  10. data ArithException

    ghc-internal GHC.Internal.Control.Exception

    Arithmetic exceptions.

Page 23 of many | Previous | Next