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.

  1. equalFiles :: ProcessType r => r

    shell-conduit Data.Conduit.Shell

    No documentation available.

  2. eqn :: ProcessType r => r

    shell-conduit Data.Conduit.Shell.PATH

    No documentation available.

  3. equalFiles :: ProcessType r => r

    shell-conduit Data.Conduit.Shell.PATH

    No documentation available.

  4. equivalent :: License -> License -> Bool

    spdx 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
    

  5. eqSat :: forall (m :: Type -> Type) . Monad m => Fix SRTree -> [Rule] -> CostFun -> Int -> EGraphST m (Fix SRTree)

    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.

  6. eqConstraintFunctions :: EqualityConstraint s v -> Constraint s v

    srtree Algorithm.SRTree.NonlinearOpt

    No documentation available.

  7. eqConstraintTolerance :: EqualityConstraint s v -> Double

    srtree Algorithm.SRTree.NonlinearOpt

    No documentation available.

  8. eqBy :: (IsStream t, Monad m) => (a -> b -> Bool) -> t m a -> t m b -> m Bool

    streamly Streamly.Internal.Data.Stream.IsStream

    Compare two streams for equality using an equality function.

  9. eqBy :: (IsStream t, Monad m) => (a -> b -> Bool) -> t m a -> t m b -> m Bool

    streamly Streamly.Prelude

    Compare two streams for equality using an equality function.

  10. eqStruct :: Struct t => t s -> t s -> Bool

    structs Data.Struct

    No documentation available.

Page 128 of many | Previous | Next