Hoogle Search

Within LTS Haskell 24.58 (ghc-9.10.3)

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

  1. lookAheadM :: Get (Maybe a) -> Get (Maybe a)

    binary Data.Binary.Get.Internal

    Run the given decoder, and only consume its input if it returns Just. If Nothing is returned, the input will be unconsumed. If the given decoder fails, then so will this function.

  2. lookAhead :: Parser i a -> Parser i a

    attoparsec Data.Attoparsec.Combinator

    Apply a parser without consuming any input.

  3. type RequestHeaders = [Header]

    http-types Network.HTTP.Types

    A list of Headers. Same type as ResponseHeaders, but useful to differentiate in type signatures.

  4. type ResponseHeaders = [Header]

    http-types Network.HTTP.Types

    A list of Headers. Same type as RequestHeaders, but useful to differentiate in type signatures.

  5. methodHead :: Method

    http-types Network.HTTP.Types

    HEAD Method

  6. requestHeaderFieldsTooLarge431 :: Status

    http-types Network.HTTP.Types

    Request Header Fields Too Large 431 (RFC 6585)

  7. type RequestHeaders = [Header]

    http-types Network.HTTP.Types.Header

    A list of Headers. Same type as ResponseHeaders, but useful to differentiate in type signatures.

  8. type ResponseHeaders = [Header]

    http-types Network.HTTP.Types.Header

    A list of Headers. Same type as RequestHeaders, but useful to differentiate in type signatures.

  9. methodHead :: Method

    http-types Network.HTTP.Types.Method

    HEAD Method

  10. requestHeaderFieldsTooLarge431 :: Status

    http-types Network.HTTP.Types.Status

    Request Header Fields Too Large 431 (RFC 6585)

Page 129 of many | Previous | Next