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-hspec Test.Validity The function produces output that satisfies isValid if it is given input that is generated by arbitrary.
-
genvalidity-hspec Test.Validity No documentation available.
-
genvalidity-hspec Test.Validity No documentation available.
-
genvalidity-hspec Test.Validity.Applicative Standard test spec for properties of Applicative instances for values generated with Arbitrary instances Example usage:
applicativeSpecOnArbitrary @[]
eqSpecOnArbitrary :: (Show a, Eq a, Typeable a, Arbitrary a) => Specgenvalidity-hspec Test.Validity.Eq Standard test spec for properties of Eq instances for arbitrary values Example usage:
eqSpecOnArbitrary @Int
-
genvalidity-hspec Test.Validity.Functor Standard test spec for properties of Functor instances for values generated with Arbitrary instances Example usage:
functorSpecOnArbitrary @[]
-
genvalidity-hspec Test.Validity.Monad 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-hspec Test.Validity.Monoid 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-hspec Test.Validity.Ord Standard test spec for properties of Ord instances for arbitrary values Example usage:
ordSpecOnArbitrary @Int
showReadRoundTripOnArbitrary :: (Show a, Eq a, Read a, Arbitrary a) => Propertygenvalidity-hspec Test.Validity.Show showReadRoundTripOnArbitrary @Double