Hoogle Search
Within LTS Haskell 24.41 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
ProcessReply :: r -> ProcessAction s -> ProcessReply r sdistributed-process-client-server Control.Distributed.Process.ManagedProcess.Internal.Types No documentation available.
ProcessSkip :: ProcessAction sdistributed-process-client-server Control.Distributed.Process.ManagedProcess.Internal.Types No documentation available.
-
distributed-process-client-server Control.Distributed.Process.ManagedProcess.Internal.Types Internal state of a prioritised process loop.
-
distributed-process-client-server Control.Distributed.Process.ManagedProcess.Internal.Types No documentation available.
ProcessStop :: ExitReason -> ProcessAction sdistributed-process-client-server Control.Distributed.Process.ManagedProcess.Internal.Types stop the process, giving ExitReason
ProcessStopping :: s -> ExitReason -> ProcessAction sdistributed-process-client-server Control.Distributed.Process.ManagedProcess.Internal.Types stop the process with ExitReason, with updated state
ProcessTimeout :: Delay -> s -> ProcessAction sdistributed-process-client-server Control.Distributed.Process.ManagedProcess.Internal.Types timeout if no messages are received
module Control.Distributed.Process.ManagedProcess.Server.
Priority The Prioritised Server portion of the Managed Process API.
-
dns Network.DNS.Types A domain name pointer
-
docopt System.Console.Docopt The abstract data type ParseError represents parse errors. It provides the source position (SourcePos) of the error and a list of error messages (Message). A ParseError can be returned by the function parse. ParseError is an instance of the Show and Eq classes.