Hoogle Search
Within LTS Haskell 24.6 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
eqChar# :: Char# -> Char# -> Int#ihaskell IHaskellPrelude No documentation available.
eqDouble :: Double -> Double -> Boolihaskell IHaskellPrelude No documentation available.
eqFloat :: Float -> Float -> Boolihaskell IHaskellPrelude No documentation available.
eqFloat# :: Float# -> Float# -> Int#ihaskell IHaskellPrelude No documentation available.
-
ihaskell IHaskellPrelude No documentation available.
eqInt16# :: Int16# -> Int16# -> Int#ihaskell IHaskellPrelude No documentation available.
eqInt32# :: Int32# -> Int32# -> Int#ihaskell IHaskellPrelude No documentation available.
eqInt64# :: Int64# -> Int64# -> Int#ihaskell IHaskellPrelude No documentation available.
eqInt8# :: Int8# -> Int8# -> Int#ihaskell IHaskellPrelude No documentation available.
eqString :: String -> String -> Boolihaskell IHaskellPrelude This String equality predicate is used when desugaring pattern-matches against strings.