Hoogle Search
Within LTS Haskell 24.36 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
The Put monad. A monad for efficiently constructing lazy bytestrings.
-
binary Data.Binary.Put Put merely lifts Builder into a Writer monad, applied to ().
-
binary Data.Binary.Put No documentation available.
-
binary Data.Binary.Put The PutM type. A Writer monad over the efficient Builder monoid.
-
Operations for creating and interacting with sub-processes.
-
process System.Process The platform specific type for a process identifier. This is always an integral type. Width and signedness are platform specific.
-
process System.Process A handle to a process, which can be used to wait for termination of the process using waitForProcess. None of the process-creation functions in this library wait for termination: they all return a ProcessHandle which may be used to wait for the process later. On Windows a second wait method can be used to block for event completion. This requires two handles. A process job handle and a events handle to monitor.
-
process System.Process.Internals No documentation available.
-
process System.Process.Internals contains the handles returned by a call to createProcess_Internal
ProcRetHandles :: Maybe Handle -> Maybe Handle -> Maybe Handle -> ProcessHandle -> ProcRetHandlesprocess System.Process.Internals No documentation available.