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 :: Parser e ()

    markup-parse MarkupParse.Internal.FlatParse

    xml production [25]

    >>> runParser eq " = "
    OK () ""
    
    >>> runParser eq "="
    OK () ""
    

  2. eq :: (Vector v a, Eq a) => v a -> v a -> Bool

    rebase Rebase.Data.Vector.Generic

    No documentation available.

  3. eq :: (Vector v a, Eq a) => v a -> v a -> Bool

    fixed-vector Data.Vector.Fixed

    Test two vectors for equality. Examples:

    >>> import Data.Vector.Fixed.Boxed (Vec2)
    
    >>> let v0 = basis 0 :: Vec2 Int
    
    >>> let v1 = basis 1 :: Vec2 Int
    
    >>> v0 `eq` v0
    True
    
    >>> v0 `eq` v1
    False
    

  4. eq :: Double -> Double -> Bool

    tdigest Data.TDigest.Internal

    No documentation available.

  5. eq :: ShowS

    xml-basic Text.XML.Basic.Format

    No documentation available.

  6. eq :: forall (a :: Effects) . (# #) -> In a a

    bluefin-internal Bluefin.Internal

    No documentation available.

  7. eq :: (MonadIO m, Eq a) => MutArray a -> MutArray a -> m Bool

    streamly-core Streamly.Internal.Data.MutArray.Generic

    No documentation available.

  8. eq :: Parser e ()

    web-rep Web.Rep.Internal.FlatParse

    xml production [25]

    >>> runParserMaybe eq " = "
    Just ()
    
    >>> runParserMaybe eq "="
    Just ()
    

  9. eq :: forall (n :: Natural) sym . (1 <= n, IsExprBuilder sym) => sym -> UnaryBV (Pred sym) n -> UnaryBV (Pred sym) n -> IO (Pred sym)

    what4 What4.Expr.UnaryBV

    Return predicate that holds if bitvectors are equal.

  10. eq :: [Term] -> Term

    what4 What4.Protocol.SMTLib2.Syntax

    Return true if all terms are equal.

Page 15 of many | Previous | Next