Hoogle Search
Within LTS Haskell 24.18 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
eqWord16# :: Word16# -> Word16# -> Int#ghc-prim GHC.PrimopWrappers No documentation available.
eqWord32# :: Word32# -> Word32# -> Int#ghc-prim GHC.PrimopWrappers No documentation available.
eqWord64# :: Word64# -> Word64# -> Int#ghc-prim GHC.PrimopWrappers No documentation available.
eqWord8# :: Word8# -> Word8# -> Int#ghc-prim GHC.PrimopWrappers No documentation available.
-
optparse-applicative Options.Applicative.Help.Pretty >>> equals =
equalCookie :: Cookie -> Cookie -> Boolhttp-client Network.HTTP.Client 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 See equalCookie.
equivCookie :: Cookie -> Cookie -> Boolhttp-client Network.HTTP.Client 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 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.