Hoogle Search

Within LTS Haskell 24.32 (ghc-9.10.3)

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

  1. eqInt16 :: Int16 -> Int16 -> Bool

    ghc-internal GHC.Internal.Int

    No documentation available.

  2. eqInt32 :: Int32 -> Int32 -> Bool

    ghc-internal GHC.Internal.Int

    No documentation available.

  3. eqInt64 :: Int64 -> Int64 -> Bool

    ghc-internal GHC.Internal.Int

    No documentation available.

  4. eqInt8 :: Int8 -> Int8 -> Bool

    ghc-internal GHC.Internal.Int

    No documentation available.

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

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

    ghc-internal GHC.Internal.Integer

    No documentation available.

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

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

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

    ghc-internal GHC.Internal.Type.Reflection

    Type equality

  10. eqWord :: Word -> Word -> Bool

    ghc-internal GHC.Internal.Word

    No documentation available.

Page 94 of many | Previous | Next