Hoogle Search

Within LTS Haskell 24.38 (ghc-9.10.3)

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

  1. eqInt64 :: Int64 -> Int64 -> Bool

    ghc-internal GHC.Internal.Int

    No documentation available.

  2. eqInt8 :: Int8 -> Int8 -> Bool

    ghc-internal GHC.Internal.Int

    No documentation available.

  3. eqInteger :: Integer -> Integer -> Bool

    ghc-internal GHC.Internal.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
    

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

    ghc-internal GHC.Internal.Integer

    No documentation available.

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

    ghc-internal GHC.Internal.StableName

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

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

    ghc-internal GHC.Internal.System.Mem.StableName

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

  7. eqTypeRep :: forall k1 k2 (a :: k1) (b :: k2) . TypeRep a -> TypeRep b -> Maybe (a :~~: b)

    ghc-internal GHC.Internal.Type.Reflection

    Type equality

  8. eqWord :: Word -> Word -> Bool

    ghc-internal GHC.Internal.Word

    No documentation available.

  9. eqWord16 :: Word16 -> Word16 -> Bool

    ghc-internal GHC.Internal.Word

    No documentation available.

  10. eqWord32 :: Word32 -> Word32 -> Bool

    ghc-internal GHC.Internal.Word

    No documentation available.

Page 94 of many | Previous | Next