Hoogle Search
Within LTS Haskell 24.38 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
equalFiles :: ProcessType r => rshell-conduit Data.Conduit.Shell No documentation available.
-
shell-conduit Data.Conduit.Shell.PATH No documentation available.
equalFiles :: ProcessType r => rshell-conduit Data.Conduit.Shell.PATH No documentation available.
equivalent :: License -> License -> Boolspdx Distribution.SPDX.Extra Check wheather two LicenseExpression are equivalent.
>>> unsafeParseExpr "(MIT AND GPL-2.0-only)" `equivalent` unsafeParseExpr "(GPL-2.0-only AND MIT)" True
>>> unsafeParseExpr "MIT" `equivalent` unsafeParseExpr "MIT OR BSD-3-Clause" False
-
srtree Algorithm.EqSat runs equality saturation from an expression tree, a given set of rules, and a cost function. Returns the tree with the smallest cost.
eqConstraintFunctions :: EqualityConstraint s v -> Constraint s vsrtree Algorithm.SRTree.NonlinearOpt No documentation available.
eqConstraintTolerance :: EqualityConstraint s v -> Doublesrtree Algorithm.SRTree.NonlinearOpt No documentation available.
eqBy :: (IsStream t, Monad m) => (a -> b -> Bool) -> t m a -> t m b -> m Boolstreamly Streamly.Internal.Data.Stream.IsStream Compare two streams for equality using an equality function.
eqBy :: (IsStream t, Monad m) => (a -> b -> Bool) -> t m a -> t m b -> m Boolstreamly Streamly.Prelude Compare two streams for equality using an equality function.
eqStruct :: Struct t => t s -> t s -> Boolstructs Data.Struct No documentation available.