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.
-
genvalidity-property Test.Validity.Functions.Equivalence equivalentOnArbitrary2 (+) ((+) :: Int -> Int -> Int)
-
genvalidity-property Test.Validity.Functions.Equivalence No documentation available.
-
genvalidity-property Test.Validity.Functions.Equivalence No documentation available.
-
genvalidity-property Test.Validity.Functions.Equivalence No documentation available.
-
genvalidity-property Test.Validity.Functions.Equivalence No documentation available.
-
genvalidity-property Test.Validity.Functions.Equivalence No documentation available.
-
genvalidity-property Test.Validity.Functions.Equivalence No documentation available.
-
genvalidity-property Test.Validity.Functions.Equivalence No documentation available.
idempotentOnArbitrary :: (Show a, Eq a, Arbitrary a) => (a -> a) -> Propertygenvalidity-property Test.Validity.Functions.Idempotence id is idempotent for any type:
idempotentOnArbitrary (id :: Int -> Int)
const, given any input, is idempotent for any type as well:\int -> idempotentOnArbitrary (const int :: Int -> Int)
-
genvalidity-property Test.Validity.Functions.Inverse No documentation available.