Hoogle Search

Within LTS Haskell 24.31 (ghc-9.10.3)

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

  1. equivCookieJar :: CookieJar -> CookieJar -> Bool

    http-client Network.HTTP.Client

    See equalCookieJar, equalCookie.

  2. equalCookie :: Cookie -> Cookie -> Bool

    http-client Network.HTTP.Client.Internal

    Instead of (==). Since there was some confusion in the history of this library about how the Eq instance should work, it was removed for clarity, and replaced by equal and equiv. equal gives you equality of all fields of the Cookie record.

  3. equalCookieJar :: CookieJar -> CookieJar -> Bool

    http-client Network.HTTP.Client.Internal

    See equalCookie.

  4. equivCookie :: Cookie -> Cookie -> Bool

    http-client Network.HTTP.Client.Internal

    Equality of name, domain, path only. This corresponds to step 11 of the algorithm described in Section 5.3 "Storage Model". See also: equal.

  5. equivCookieJar :: CookieJar -> CookieJar -> Bool

    http-client Network.HTTP.Client.Internal

    See equalCookieJar, equalCookie.

  6. equals :: Doc

    pretty Text.PrettyPrint

    No documentation available.

  7. equals :: Doc a

    pretty Text.PrettyPrint.Annotated

    No documentation available.

  8. equals :: Doc a

    pretty Text.PrettyPrint.Annotated.HughesPJ

    No documentation available.

  9. equals :: Doc

    pretty Text.PrettyPrint.HughesPJ

    No documentation available.

  10. eq1 :: (Eq1 f, Eq a) => f a -> f a -> Bool

    hedgehog Hedgehog

    Lift the standard (==) function through the type constructor.

Page 55 of many | Previous | Next