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.
unGenericArbitrary :: GenericArbitrary a -> ageneric-arbitrary Test.QuickCheck.Arbitrary.Generic No documentation available.
registerArbitrary :: (Arbitrary a, LuaError e) => Name -> Pusher e a -> Peeker e a -> LuaE e ()tasty-lua Test.Tasty.Lua Register a Lua value generator.
pushArbitraryTable :: LuaE e ()tasty-lua Test.Tasty.Lua.Arbitrary Pushes the table holding all arbitrary generators to the stack.
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.
succeedsOnArbitrary :: (Show a, Show (f b), Arbitrary a, CanFail f) => (a -> f b) -> Propertygenvalidity-property Test.Validity.Functions.CanFail The function succeeds if the input is generated by arbitrary
-
genvalidity-property Test.Validity.Functions.CanFail No documentation available.
-
genvalidity-property Test.Validity.Functions.CanFail The function produces output that satisfies isValid if it is given input that is generated by arbitrary.
-
genvalidity-property Test.Validity.Functions.CanFail No documentation available.
-
genvalidity-property Test.Validity.Functions.CanFail No documentation available.
equivalentOnArbitrary :: (Show a, Arbitrary a, Show b, Eq b) => (a -> b) -> (a -> b) -> Propertygenvalidity-property Test.Validity.Functions.Equivalence equivalentOnArbitrary ((* 2) . (+ 1)) ((+ 2) . (* 2) :: Int -> Int)