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.
eqBy :: Monad m => (a -> b -> Bool) -> Stream m a -> Stream m b -> m Boolrebase Rebase.Data.Vector.Fusion.Stream.Monadic Check if two Streams are equal
eqBy :: (Vector v a, Vector v b) => (a -> b -> Bool) -> v a -> v b -> Boolrebase Rebase.Data.Vector.Generic No documentation available.
eqBy :: (Prim a, Prim b) => (a -> b -> Bool) -> Vector a -> Vector b -> Boolrebase Rebase.Data.Vector.Primitive No documentation available.
eqBy :: (Storable a, Storable b) => (a -> b -> Bool) -> Vector a -> Vector b -> Boolrebase Rebase.Data.Vector.Storable No documentation available.
eqBy :: (Unbox a, Unbox b) => (a -> b -> Bool) -> Vector a -> Vector b -> Boolrebase Rebase.Data.Vector.Unboxed No documentation available.
equilibrium :: (Double, Double, Double)synthesizer-core Synthesizer.Plain.LorenzAttractor No documentation available.
equal :: Eq a => T a -> T a -> Boolsynthesizer-core Synthesizer.State.Signal No documentation available.
-
wl-pprint-annotated Text.PrettyPrint.Annotated.WL The document equals contains an equal sign, "=".
-
beam-core Database.Beam.Backend.SQL.SQL92 No documentation available.
eqMaybeE :: IsSql92ExpressionSyntax expr => expr -> expr -> expr -> exprbeam-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.