Hoogle Search

Within LTS Haskell 24.51 (ghc-9.10.3)

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

  1. assertEqual :: (HasCallStack, Eq a, Show a) => String -> a -> a -> Assertion

    HUnit Test.HUnit.Lang

    Asserts that the specified actual value is equal to the expected value. The output message will contain the prefix, the expected value, and the actual value. If the prefix is the empty string (i.e., ""), then the prefix is omitted and only the expected and actual values are output.

  2. frequency :: HasCallStack => [(Int, Gen a)] -> Gen a

    tasty-quickcheck Test.Tasty.QuickCheck

    Chooses one of the given generators, with a weighted random distribution. The input list must be non-empty.

  3. type PartialEscapeQuery = [PartialEscapeQueryItem]

    http-types Network.HTTP.Types

    Query with some characters that should not be escaped. General form: a=b&c=d:e+f&g=h

  4. type PartialEscapeQueryItem = (ByteString, [EscapeItem])

    http-types Network.HTTP.Types

    Partially escaped query item. The key will always be encoded using 'urlEncode True', but the value will be encoded depending on which EscapeItems are used.

  5. type RequestHeaders = [Header]

    http-types Network.HTTP.Types

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

  6. type SimpleQuery = [SimpleQueryItem]

    http-types Network.HTTP.Types

    A sequence of SimpleQueryItems.

  7. type SimpleQueryItem = (ByteString, ByteString)

    http-types Network.HTTP.Types

    Simplified query item type without support for parameter-less items.

  8. badRequest400 :: Status

    http-types Network.HTTP.Types

    Bad Request 400

  9. lengthRequired411 :: Status

    http-types Network.HTTP.Types

    Length Required 411

  10. networkAuthenticationRequired511 :: Status

    http-types Network.HTTP.Types

    Network Authentication Required 511 (RFC 6585)

Page 144 of many | Previous | Next