Hoogle Search

Within LTS Haskell 24.40 (ghc-9.10.3)

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

  1. PrimLeaf :: Prim b v n -> QDiaLeaf b (v :: Type -> Type) n m

    diagrams-core Diagrams.Core.Types

    No documentation available.

  2. module Control.Distributed.Process

    • Cloud Haskell
    This is an implementation of Cloud Haskell, as described in Towards Haskell in the Cloud by Jeff Epstein, Andrew Black, and Simon Peyton Jones (see http://research.microsoft.com/en-us/um/people/simonpj/papers/parallel/), although some of the details are different. The precise message passing semantics are based on A unified semantics for future Erlang by Hans Svensson, Lars-Åke Fredlund and Clara Benac Earle. For a detailed description of the package and other reference materials, please see the distributed-process wiki page on github: https://github.com/haskell-distributed/distributed-process/wiki.

  3. data PortLinkException

    distributed-process Control.Distributed.Process

    Exception thrown when a linked channel (port) dies

  4. PortLinkException :: SendPortId -> DiedReason -> PortLinkException

    distributed-process Control.Distributed.Process

    No documentation available.

  5. data PortMonitorNotification

    distributed-process Control.Distributed.Process

    Message sent by channel (port) monitors

  6. PortMonitorNotification :: MonitorRef -> SendPortId -> DiedReason -> PortMonitorNotification

    distributed-process Control.Distributed.Process

    No documentation available.

  7. data Process a

    distributed-process Control.Distributed.Process

    The Cloud Haskell Process type

  8. data ProcessId

    distributed-process Control.Distributed.Process

    Process identifier

  9. data ProcessInfo

    distributed-process Control.Distributed.Process

    Provide information about a running process

  10. ProcessInfo :: NodeId -> [String] -> Int -> [(ProcessId, MonitorRef)] -> [ProcessId] -> ProcessInfo

    distributed-process Control.Distributed.Process

    No documentation available.

Page 331 of many | Previous | Next