Hoogle Search

Within LTS Haskell 24.9 (ghc-9.10.2)

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

  1. unGenericArbitrary :: GenericArbitrary a -> a

    generic-arbitrary Test.QuickCheck.Arbitrary.Generic

    No documentation available.

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

    tasty-lua Test.Tasty.Lua

    Register a Lua value generator.

  3. pushArbitraryTable :: LuaE e ()

    tasty-lua Test.Tasty.Lua.Arbitrary

    Pushes the table holding all arbitrary generators to the stack.

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

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

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

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

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

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

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

Page 46 of many | Previous | Next