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.
-
xmonad-contrib XMonad.Config.Prime No documentation available.
-
xmonad-contrib XMonad.Config.Prime The Eq class defines equality (==) and inequality (/=). All the basic datatypes exported by the Prelude are instances of Eq, and Eq may be derived for any datatype whose constituents are also instances of Eq. The Haskell Report defines no laws for Eq. However, instances are encouraged to follow these properties:
eq :: (ByteArrayAccess bs1, ByteArrayAccess bs2) => bs1 -> bs2 -> Boolmemory Data.ByteArray Check if two bytearray are equals This is not constant time, as soon some byte differs the function will returns. use constEq in sensitive context where timing matters.
eq :: (Vector v a, Eq a) => v a -> v a -> Boolrio RIO.Vector No documentation available.
-
hxt Text.XML.HXT.Parser.XmlTokenParser No documentation available.
eq :: (Eq v, Eq a) => v a -> v a -> Boolnumeric-prelude Algebra.Vector No documentation available.
eq :: forall a (m :: Type -> Type) . (Eq a, Monad m) => a -> Predicate m askeletest Skeletest.Internal.Predicate A predicate checking if the input is equal to the given value
>>> 1 `shouldSatisfy` P.eq 1
eq :: forall a (m :: Type -> Type) . (Eq a, Monad m) => a -> Predicate m askeletest Skeletest.Predicate A predicate checking if the input is equal to the given value
>>> 1 `shouldSatisfy` P.eq 1
eq :: Proxy x -> Proxy y -> Proxy (EQT x y)tfp Type.Data.Ord No documentation available.
eq :: Eq a => a -> a -> Propertycheckers Test.QuickCheck.Checkers