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.

  1. eqWord16# :: Word16# -> Word16# -> Int#

    ghc-prim GHC.PrimopWrappers

    No documentation available.

  2. eqWord32# :: Word32# -> Word32# -> Int#

    ghc-prim GHC.PrimopWrappers

    No documentation available.

  3. eqWord64# :: Word64# -> Word64# -> Int#

    ghc-prim GHC.PrimopWrappers

    No documentation available.

  4. eqWord8# :: Word8# -> Word8# -> Int#

    ghc-prim GHC.PrimopWrappers

    No documentation available.

  5. equals :: Doc ann

    optparse-applicative Options.Applicative.Help.Pretty

    >>> equals
    =
    

  6. equalCookie :: Cookie -> Cookie -> Bool

    http-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.

  7. equalCookieJar :: CookieJar -> CookieJar -> Bool

    http-client Network.HTTP.Client

    See equalCookie.

  8. equivCookie :: Cookie -> Cookie -> Bool

    http-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.

  9. equivCookieJar :: CookieJar -> CookieJar -> Bool

    http-client Network.HTTP.Client

    See equalCookieJar, equalCookie.

  10. 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.

Page 54 of many | Previous | Next