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.
eq :: forall (sr :: SemiRing) . SemiRingRepr sr -> Coefficient sr -> Coefficient sr -> Boolwhat4 What4.SemiRing No documentation available.
eq :: forall (w :: Nat) . BVDomain w -> BVDomain w -> Maybe Boolwhat4 What4.Utils.BVDomain No documentation available.
eq :: forall (w :: Nat) . Domain w -> Domain w -> Maybe Boolwhat4 What4.Utils.BVDomain.Arith No documentation available.
eq :: forall (w :: Nat) . Domain w -> Domain w -> Maybe Boolwhat4 What4.Utils.BVDomain.Bitwise No documentation available.
eq :: (Columnable a, Eq a) => Expr a -> Expr a -> Expr Booldataframe DataFrame No documentation available.
eq :: Eq a => Predicate '[a, a]falsify Test.Falsify.Predicate Equal
eq :: (HVector v, ArityC Eq (Elems v)) => v -> v -> Boolfixed-vector-hetero Data.Vector.HFixed Generic equality for heterogeneous vectors
>>> data A = A Int Char deriving Generic >>> instance HVector A >>> eq (A 1 'c') (A 2 'c') False
-
emacs-module Data.Emacs.Module.Env No documentation available.
eq :: forall (s :: k) . (MonadEmacs m v, WithCallStack) => v s -> v s -> m s Boolemacs-module Emacs.Module Primitive equality. Tests whether two symbols, integers or characters are the equal, but not much more. For more complete equality comparison do
intern "equal" >>= \equal -> funcallPrimitiveUnchecked equal [x, y]
eq :: forall (s :: k) . (MonadEmacs m v, WithCallStack) => v s -> v s -> m s Boolemacs-module Emacs.Module.Monad.Class Primitive equality. Tests whether two symbols, integers or characters are the equal, but not much more. For more complete equality comparison do
intern "equal" >>= \equal -> funcallPrimitiveUnchecked equal [x, y]