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. equivalentWhenSecondSucceedsOnGens2 :: (Show a, Show b, Show c, Eq c, CanFail f) => (a -> b -> c) -> (a -> b -> f c) -> Gen (a, b) -> ((a, b) -> [(a, b)]) -> Property

    genvalidity-sydtest Test.Syd.Validity.Property

    No documentation available.

  2. equivalentWhenSucceed :: (Show a, GenValid a, Show b, Eq b, CanFail f) => (a -> f b) -> (a -> f b) -> Property

    genvalidity-sydtest Test.Syd.Validity.Property

    No documentation available.

  3. equivalentWhenSucceed2 :: (Show a, GenValid a, Show b, GenValid b, Show c, Eq c, CanFail f) => (a -> b -> f c) -> (a -> b -> f c) -> Property

    genvalidity-sydtest Test.Syd.Validity.Property

    No documentation available.

  4. equivalentWhenSucceedOnArbitrary :: (Show a, Arbitrary a, Show b, Eq b, CanFail f) => (a -> f b) -> (a -> f b) -> Property

    genvalidity-sydtest Test.Syd.Validity.Property

    No documentation available.

  5. equivalentWhenSucceedOnArbitrary2 :: (Show a, Arbitrary a, Show b, Arbitrary b, Show c, Eq c, CanFail f) => (a -> b -> f c) -> (a -> b -> f c) -> Property

    genvalidity-sydtest Test.Syd.Validity.Property

    No documentation available.

  6. equivalentWhenSucceedOnGen :: (Show a, Show b, Eq b, CanFail f) => (a -> f b) -> (a -> f b) -> Gen a -> (a -> [a]) -> Property

    genvalidity-sydtest Test.Syd.Validity.Property

    No documentation available.

  7. equivalentWhenSucceedOnGens2 :: (Show a, Show b, Show c, Eq c, CanFail f) => (a -> b -> f c) -> (a -> b -> f c) -> Gen (a, b) -> ((a, b) -> [(a, b)]) -> Property

    genvalidity-sydtest Test.Syd.Validity.Property

    No documentation available.

  8. equating :: Eq a => (b -> a) -> b -> b -> Bool

    Cabal-syntax Distribution.Utils.Generic

    No documentation available.

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

    comfort-array Data.Array.Comfort.Container

    No documentation available.

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

Page 78 of many | Previous | Next