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.
equivCookieJar :: CookieJar -> CookieJar -> Boolhttp-client Network.HTTP.Client See equalCookieJar, equalCookie.
equalCookie :: Cookie -> Cookie -> Boolhttp-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.
equalCookieJar :: CookieJar -> CookieJar -> Boolhttp-client Network.HTTP.Client.Internal See equalCookie.
equivCookie :: Cookie -> Cookie -> Boolhttp-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.
equivCookieJar :: CookieJar -> CookieJar -> Boolhttp-client Network.HTTP.Client.Internal See equalCookieJar, equalCookie.
-
pretty Text.PrettyPrint No documentation available.
-
pretty Text.PrettyPrint.Annotated No documentation available.
-
pretty Text.PrettyPrint.Annotated.HughesPJ No documentation available.
-
pretty Text.PrettyPrint.HughesPJ No documentation available.
eq1 :: (Eq1 f, Eq a) => f a -> f a -> Boolhedgehog Hedgehog Lift the standard (==) function through the type constructor.