Hoogle Search

Within LTS Haskell 24.25 (ghc-9.10.3)

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

  1. registerArbitrary :: (Arbitrary a, LuaError e) => Name -> Pusher e a -> Peeker e a -> LuaE e ()

    tasty-lua Test.Tasty.Lua.Arbitrary

    Register a Lua value generator.

  2. succeedsOnArbitrary :: (Show a, Show (f b), Arbitrary a, CanFail f) => (a -> f b) -> Property

    genvalidity-property Test.Validity.Functions.CanFail

    The function succeeds if the input is generated by arbitrary

  3. succeedsOnArbitrary2 :: (Show a, Show b, Show (f c), Arbitrary a, Arbitrary b, CanFail f) => (a -> b -> f c) -> Property

    genvalidity-property Test.Validity.Functions.CanFail

    No documentation available.

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

    genvalidity-property Test.Validity.Functions.CanFail

    The function produces output that satisfies isValid if it is given input that is generated by arbitrary.

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

    genvalidity-property Test.Validity.Functions.CanFail

    No documentation available.

  6. validIfSucceedsOnArbitrary3 :: (Show a, Show b, Show c, Show d, Arbitrary a, Arbitrary b, Arbitrary c, Validity d, CanFail f) => (a -> b -> c -> f d) -> Property

    genvalidity-property Test.Validity.Functions.CanFail

    No documentation available.

  7. equivalentOnArbitrary :: (Show a, Arbitrary a, Show b, Eq b) => (a -> b) -> (a -> b) -> Property

    genvalidity-property Test.Validity.Functions.Equivalence

    equivalentOnArbitrary ((* 2) . (+ 1)) ((+ 2) . (* 2) :: Int -> Int)
    

  8. equivalentOnArbitrary2 :: (Show a, Arbitrary a, Show b, Arbitrary b, Show c, Eq c) => (a -> b -> c) -> (a -> b -> c) -> Property

    genvalidity-property Test.Validity.Functions.Equivalence

    equivalentOnArbitrary2 (+) ((+) :: Int -> Int -> Int)
    

  9. equivalentOnArbitrary3 :: (Show a, Arbitrary a, Show b, Arbitrary b, Show c, Arbitrary c, Show d, Eq d) => (a -> b -> c -> d) -> (a -> b -> c -> d) -> Property

    genvalidity-property Test.Validity.Functions.Equivalence

    No documentation available.

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

    genvalidity-property Test.Validity.Functions.Equivalence

    No documentation available.

Page 45 of many | Previous | Next