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.
eqShape :: EqShape f => Shape f -> Shape f -> Boolcomfort-array Data.Array.Comfort.Container No documentation available.
equalQNameBy :: (String -> String -> Bool) -> QName -> QName -> Boolhxt 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
equivQName :: QName -> QName -> Boolhxt Text.XML.HXT.DOM.QualifiedName Equivalent QNames are defined as follows: The URIs are normalized before comparison. Comparison is done with equalQNameBy and equivUri
equivUri :: String -> String -> Boolhxt Text.XML.HXT.DOM.QualifiedName Comparison of normalized namespace URIs using normalizeNsUri
equivalence :: (a -> a -> Bool) -> a -> a -> a -> Boolleancheck Test.LeanCheck.Utils.Operators Deprecated: Use isEquivalence.
eqRelErr :: Double -> Double -> Double -> Boolmath-functions Numeric.MathFunctions.Comparison Check that relative error between two numbers a and b. If relativeError returns NaN it returns False.
eqLaws :: (Eq a, Arbitrary a, Show a) => Proxy a -> Lawsquickcheck-classes-base Test.QuickCheck.Classes.Base Tests the following properties:
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.eqp :: forall (a :: k) (b :: k) . EqP f => f a -> f b -> Boolsome Data.EqP No documentation available.
equal :: (Eq a, Eq b, Graph gr) => gr a b -> gr a b -> Boolfgl Data.Graph.Inductive.Graph No documentation available.
equivalent :: (Show a, GenValid a, Show b, Eq b) => (a -> b) -> (a -> b) -> Propertygenvalidity-property Test.Validity.Functions.Equivalence No documentation available.