Hoogle Search

Within LTS Haskell 24.32 (ghc-9.10.3)

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

  1. eqShape :: EqShape f => Shape f -> Shape f -> Bool

    comfort-array Data.Array.Comfort.Container

    No documentation available.

  2. equalQNameBy :: (String -> String -> Bool) -> QName -> QName -> Bool

    hxt Text.XML.HXT.DOM.QualifiedName

    Sometimes a weaker equality relation than equalQName is appropriate, e.g no case significance in names, ... a name normalization function can be applied to the strings before comparing. Called by equalQName and equivQName

  3. equivQName :: QName -> QName -> Bool

    hxt Text.XML.HXT.DOM.QualifiedName

    Equivalent QNames are defined as follows: The URIs are normalized before comparison. Comparison is done with equalQNameBy and equivUri

  4. equivUri :: String -> String -> Bool

    hxt Text.XML.HXT.DOM.QualifiedName

    Comparison of normalized namespace URIs using normalizeNsUri

  5. equivalence :: (a -> a -> Bool) -> a -> a -> a -> Bool

    leancheck Test.LeanCheck.Utils.Operators

    Deprecated: Use isEquivalence.

  6. eqRelErr :: Double -> Double -> Double -> Bool

    math-functions Numeric.MathFunctions.Comparison

    Check that relative error between two numbers a and b. If relativeError returns NaN it returns False.

  7. eqLaws :: (Eq a, Arbitrary a, Show a) => Proxy a -> Laws

    quickcheck-classes-base Test.QuickCheck.Classes.Base

    Tests the following properties:

    • Transitive a == b ∧ b == c ⇒ a == c
    • Symmetric a == b ⇒ b == a
    • Reflexive a == a
    • Negation x /= y == not (x == y)
    Some of these properties involve implication. In the case that the left hand side of the implication arrow does not hold, we do not retry. Consequently, these properties only end up being useful when the data type has a small number of inhabitants.

  8. eqp :: forall (a :: k) (b :: k) . EqP f => f a -> f b -> Bool

    some Data.EqP

    No documentation available.

  9. equal :: (Eq a, Eq b, Graph gr) => gr a b -> gr a b -> Bool

    fgl Data.Graph.Inductive.Graph

    No documentation available.

  10. equivalent :: (Show a, GenValid a, Show b, Eq b) => (a -> b) -> (a -> b) -> Property

    genvalidity-property Test.Validity.Functions.Equivalence

    No documentation available.

Page 79 of many | Previous | Next