Hoogle Search

Within LTS Haskell 24.42 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. eqBy :: Monad m => (a -> b -> Bool) -> Stream m a -> Stream m b -> m Bool

    rebase Rebase.Data.Vector.Fusion.Stream.Monadic

    Check if two Streams are equal

  2. eqBy :: (Vector v a, Vector v b) => (a -> b -> Bool) -> v a -> v b -> Bool

    rebase Rebase.Data.Vector.Generic

    No documentation available.

  3. eqBy :: (Prim a, Prim b) => (a -> b -> Bool) -> Vector a -> Vector b -> Bool

    rebase Rebase.Data.Vector.Primitive

    No documentation available.

  4. eqBy :: (Storable a, Storable b) => (a -> b -> Bool) -> Vector a -> Vector b -> Bool

    rebase Rebase.Data.Vector.Storable

    No documentation available.

  5. eqBy :: (Unbox a, Unbox b) => (a -> b -> Bool) -> Vector a -> Vector b -> Bool

    rebase Rebase.Data.Vector.Unboxed

    No documentation available.

  6. equilibrium :: (Double, Double, Double)

    synthesizer-core Synthesizer.Plain.LorenzAttractor

    No documentation available.

  7. equal :: Eq a => T a -> T a -> Bool

    synthesizer-core Synthesizer.State.Signal

    No documentation available.

  8. equals :: Doc a

    wl-pprint-annotated Text.PrettyPrint.Annotated.WL

    The document equals contains an equal sign, "=".

  9. eqE :: IsSql92ExpressionSyntax expr => Maybe (Sql92ExpressionQuantifierSyntax expr) -> expr -> expr -> expr

    beam-core Database.Beam.Backend.SQL.SQL92

    No documentation available.

  10. eqMaybeE :: IsSql92ExpressionSyntax expr => expr -> expr -> expr -> expr

    beam-core Database.Beam.Backend.SQL.SQL92

    Compare the first and second argument for nullable equality, if they are both not null, return the result of the third expression Some backends, like beam-postgres totally ignore the third result, because all equality there is sensible.

Page 106 of many | Previous | Next