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.

  1. eq :: forall (sr :: SemiRing) . SemiRingRepr sr -> Coefficient sr -> Coefficient sr -> Bool

    what4 What4.SemiRing

    No documentation available.

  2. eq :: forall (w :: Nat) . BVDomain w -> BVDomain w -> Maybe Bool

    what4 What4.Utils.BVDomain

    No documentation available.

  3. eq :: forall (w :: Nat) . Domain w -> Domain w -> Maybe Bool

    what4 What4.Utils.BVDomain.Arith

    No documentation available.

  4. eq :: forall (w :: Nat) . Domain w -> Domain w -> Maybe Bool

    what4 What4.Utils.BVDomain.Bitwise

    No documentation available.

  5. eq :: (Columnable a, Eq a) => Expr a -> Expr a -> Expr Bool

    dataframe DataFrame

    No documentation available.

  6. eq :: Eq a => Predicate '[a, a]

    falsify Test.Falsify.Predicate

    Equal

  7. eq :: (HVector v, ArityC Eq (Elems v)) => v -> v -> Bool

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

  8. eq :: forall m (p1 :: Pinning) (p2 :: Pinning) . MonadIO m => Env -> RawValue p1 -> RawValue p2 -> m CBoolean

    emacs-module Data.Emacs.Module.Env

    No documentation available.

  9. eq :: forall (s :: k) . (MonadEmacs m v, WithCallStack) => v s -> v s -> m s Bool

    emacs-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]
    

  10. eq :: forall (s :: k) . (MonadEmacs m v, WithCallStack) => v s -> v s -> m s Bool

    emacs-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]
    

Page 16 of many | Previous | Next