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.
-
genvalidity-sydtest Test.Syd.Validity No documentation available.
-
genvalidity-sydtest Test.Syd.Validity No documentation available.
inverseFunctionsOnArbitrary :: (Show a, Eq a, Arbitrary a) => (a -> b) -> (b -> a) -> Propertygenvalidity-sydtest Test.Syd.Validity id is its own inverse function for every type: prop> inverseFunctionsOnArbitrary id (id :: Int -> Int)
leftIdentityOnArbitrary :: (Show a, Eq a, Arbitrary a) => (b -> a -> a) -> b -> Propertygenvalidity-sydtest Test.Syd.Validity leftIdentityOnArbitrary (flip ((^) :: Int -> Int -> Int)) 1
-
genvalidity-sydtest Test.Syd.Validity Standard test spec for properties of Monad instances for values generated with Arbitrary instances Example usage:
monadSpecOnArbitrary @[]
monoidSpecOnArbitrary :: (Show a, Eq a, Monoid a, Typeable a, Arbitrary a) => Specgenvalidity-sydtest Test.Syd.Validity Standard test spec for properties of Monoid instances for arbitrary values Example usage:
monoidSpecOnArbitrary @[Int]
ordSpecOnArbitrary :: (Show a, Ord a, Typeable a, Arbitrary a) => Specgenvalidity-sydtest Test.Syd.Validity Standard test spec for properties of Ord instances for arbitrary values Example usage:
ordSpecOnArbitrary @Int
producesValidsOnArbitrary :: (Show a, Show b, Arbitrary a, Validity b) => (a -> b) -> Propertygenvalidity-sydtest Test.Syd.Validity The function produces valid output when the input is generated by arbitrary
-
genvalidity-sydtest Test.Syd.Validity No documentation available.
-
genvalidity-sydtest Test.Syd.Validity No documentation available.