Hoogle Search

Within LTS Haskell 24.39 (ghc-9.10.3)

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

  1. module Test.Inspection.Plugin

    See Test.Inspection.

  2. module Control.Parallel

    Parallel Constructs

  3. module Data.Streaming.Process

    A full tutorial for this module is available at: https://github.com/snoyberg/conduit/blob/master/PROCESS.md. Note that, while the tutorial covers Data.Conduit.Process, that module closely follows the present one, and almost all concepts in the tutorial apply here.

  4. data ProcessExitedUnsuccessfully

    streaming-commons Data.Streaming.Process

    Indicates that a process exited with an non-success exit code. Since 0.1.7

  5. ProcessExitedUnsuccessfully :: CreateProcess -> ExitCode -> ProcessExitedUnsuccessfully

    streaming-commons Data.Streaming.Process

    No documentation available.

  6. PRDone :: PopperRes

    streaming-commons Data.Streaming.Zlib

    No documentation available.

  7. PRError :: ZlibException -> PopperRes

    streaming-commons Data.Streaming.Zlib

    No documentation available.

  8. PRNext :: ByteString -> PopperRes

    streaming-commons Data.Streaming.Zlib

    No documentation available.

  9. type Popper = IO PopperRes

    streaming-commons Data.Streaming.Zlib

    An IO action that returns the next chunk of data, returning PRDone when there is no more data to be popped.

  10. data PopperRes

    streaming-commons Data.Streaming.Zlib

    No documentation available.

Page 233 of many | Previous | Next