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. ProxySecureWithoutConnect :: ProxySecureMode

    http-client Network.HTTP.Client.Internal

    Send the request directly to the proxy with an https URL. This mode can be used to offload TLS handling to a trusted local proxy.

  2. type Part = PartM IO

    http-client Network.HTTP.Client.MultipartFormData

    No documentation available.

  3. data PartM (m :: Type -> Type)

    http-client Network.HTTP.Client.MultipartFormData

    A single part of a multipart message.

  4. module Test.QuickCheck.Instances.Primitive

    No documentation available.

  5. Partial :: (ByteString -> Result r) -> Result r

    cereal Data.Serialize.Get

    Supply this continuation with more input so that the parser can resume. To indicate that no more input is available, use an empty string.

  6. module Data.Serialize.Put

    The Put monad. A monad for efficiently constructing bytestrings.

  7. type Put = PutM ()

    cereal Data.Serialize.Put

    Put merely lifts Builder into a Writer monad, applied to ().

  8. Put :: PairS a -> PutM a

    cereal Data.Serialize.Put

    No documentation available.

  9. newtype PutM a

    cereal Data.Serialize.Put

    The PutM type. A Writer monad over the efficient Builder monoid.

  10. type Putter a = a -> Put

    cereal Data.Serialize.Put

    No documentation available.

Page 60 of many | Previous | Next