Hoogle Search

Within LTS Haskell 24.45 (ghc-9.10.3)

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

  1. data ParseError

    conduit-extra Data.Conduit.Attoparsec

    The context and message from a Fail value.

  2. ParseError :: [String] -> String -> Position -> ParseError

    conduit-extra Data.Conduit.Attoparsec

    No documentation available.

  3. data Position

    conduit-extra Data.Conduit.Attoparsec

    No documentation available.

  4. Position :: Int -> Int -> Int -> Position

    conduit-extra Data.Conduit.Attoparsec

    No documentation available.

  5. data PositionRange

    conduit-extra Data.Conduit.Attoparsec

    No documentation available.

  6. PositionRange :: Position -> Position -> PositionRange

    conduit-extra Data.Conduit.Attoparsec

    No documentation available.

  7. module Data.Conduit.Process

    A full tutorial for this module is available at: https://github.com/snoyberg/conduit/blob/master/PROCESS.md. Some utilities in this module require the threaded runtime because they use waitForProcess internally. Note that this is a very thin layer around the Data.Streaming.Process module. In particular, it:

    • Provides orphan instances for conduit
    • Provides some useful helper functions

  8. type Popper = IO ByteString

    http-conduit Network.HTTP.Client.Conduit

    A function which generates successive chunks of a request body, provider a single empty bytestring when no more data is available. Since 0.1.0

  9. data Proxy

    http-conduit Network.HTTP.Client.Conduit

    Define a HTTP proxy, consisting of a hostname and port number.

  10. Proxy :: ByteString -> Int -> Proxy

    http-conduit Network.HTTP.Client.Conduit

    No documentation available.

Page 75 of many | Previous | Next