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. eqDouble :: Double -> Double -> Bool

    base GHC.Float

    No documentation available.

  2. eqFloat :: Float -> Float -> Bool

    base GHC.Float

    No documentation available.

  3. eqInt :: Int -> Int -> Bool

    base GHC.Int

    No documentation available.

  4. eqInt16 :: Int16 -> Int16 -> Bool

    base GHC.Int

    No documentation available.

  5. eqInt32 :: Int32 -> Int32 -> Bool

    base GHC.Int

    No documentation available.

  6. eqInt64 :: Int64 -> Int64 -> Bool

    base GHC.Int

    No documentation available.

  7. eqInt8 :: Int8 -> Int8 -> Bool

    base GHC.Int

    No documentation available.

  8. eqInteger :: Integer -> Integer -> Bool

    base GHC.Integer

    Used to implement (==) for the Eq typeclass. Outputs True if two integers are equal to each other.

    Example

    >>> 6 `eqInteger` 6
    True
    
    >>> 6 == 6
    True
    

  9. eqInteger# :: Integer -> Integer -> Int#

    base GHC.Integer

    No documentation available.

  10. eqStableName :: StableName a -> StableName b -> Bool

    base GHC.StableName

    Equality on StableName that does not require that the types of the arguments match.

Page 48 of many | Previous | Next