Hoogle Search

Within LTS Haskell 24.5 (ghc-9.10.2)

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

  1. equal :: forall a (t :: Language) . Eq a => Proxy a -> SumType t -> SumType t

    purescript-bridge Language.PureScript.Bridge.SumType

    Ensure that an Eq instance is generated for your type.

  2. eqOfLe :: POrder a => a -> a -> Bool

    rec-def Data.POrder

    The eqOfLe method checks _related_ elements for equality. Formally: For all x ⊑ y, eqOfLe x y == True iff x == y. This can be more efficient than testing for equality. For example for sets, (==) needs to compare the elements, but eqOfLe only needs to compare sizes. It is always ok to use (==) here.

  3. eqn :: ProcessType r => r

    shell-conduit Data.Conduit.Shell

    No documentation available.

  4. equalFiles :: ProcessType r => r

    shell-conduit Data.Conduit.Shell

    No documentation available.

  5. eqn :: ProcessType r => r

    shell-conduit Data.Conduit.Shell.PATH

    No documentation available.

  6. equalFiles :: ProcessType r => r

    shell-conduit Data.Conduit.Shell.PATH

    No documentation available.

  7. 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
    

  8. 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.

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

    srtree Algorithm.SRTree.NonlinearOpt

    No documentation available.

  10. eqConstraintTolerance :: EqualityConstraint s v -> Double

    srtree Algorithm.SRTree.NonlinearOpt

    No documentation available.

Page 125 of many | Previous | Next