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.
eqDouble :: Double -> Double -> Boolbase GHC.Float No documentation available.
eqFloat :: Float -> Float -> Boolbase GHC.Float No documentation available.
-
base GHC.Int No documentation available.
eqInt16 :: Int16 -> Int16 -> Boolbase GHC.Int No documentation available.
eqInt32 :: Int32 -> Int32 -> Boolbase GHC.Int No documentation available.
eqInt64 :: Int64 -> Int64 -> Boolbase GHC.Int No documentation available.
eqInt8 :: Int8 -> Int8 -> Boolbase GHC.Int No documentation available.
eqInteger :: Integer -> Integer -> Boolbase 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
eqInteger# :: Integer -> Integer -> Int#base GHC.Integer No documentation available.
eqStableName :: StableName a -> StableName b -> Boolbase GHC.StableName Equality on StableName that does not require that the types of the arguments match.