Hoogle Search

Within LTS Haskell 24.37 (ghc-9.10.3)

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

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

  2. equivUri :: String -> String -> Bool

    hxt Text.XML.HXT.DOM.QualifiedName

    Comparison of normalized namespace URIs using normalizeNsUri

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

    leancheck Test.LeanCheck.Utils.Operators

    Deprecated: Use isEquivalence.

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

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

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

    some Data.EqP

    No documentation available.

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

    fgl Data.Graph.Inductive.Graph

    No documentation available.

  8. equalMemcmp :: PrimType ty => UArray ty -> UArray ty -> Bool

    basement Basement.UArray

    No documentation available.

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

    genvalidity-property Test.Validity.Functions.Equivalence

    No documentation available.

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

    genvalidity-property Test.Validity.Functions.Equivalence

    No documentation available.

Page 79 of many | Previous | Next