Hoogle Search
Within LTS Haskell 24.10 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
jsonSpecOnArbitrary :: (Show a, Eq a, Typeable a, Arbitrary a, FromJSON a, ToJSON a) => Specgenvalidity-hspec-aeson Test.Validity.Aeson Standard test spec for properties of JSON-related functions for arbitrary values Example usage:
jsonSpecOnArbitrary @Int
jsonSpecOnArbitrary :: (Show a, Eq a, Typeable a, Arbitrary a, FromJSON a, ToJSON a) => Specgenvalidity-sydtest-aeson Test.Syd.Validity.Aeson Standard test spec for properties of JSON-related functions for arbitrary values Example usage:
jsonSpecOnArbitrary @Int
beamArbitraryDeserializers :: BeamDeserializers be -> DMap BeamDeserializerLabel BeamDeserializerbeam-migrate Database.Beam.Migrate.Serialization No documentation available.
-
genvalidity-hspec-optics Test.Validity.Optics A property combinator to test whether getting values via a lens on arbitrary values produces valid values. Example Usage:
lensGettingProducesValidOnArbitrary ((_2) :: Lens (Rational, Rational) (Rational, Rational) Rational Rational)
-
genvalidity-hspec-optics Test.Validity.Optics A property combinator to test whether setting arbitrary values via a lens on arbitrary values produces valid values. Example usage:
lensSettingProducesValidOnArbitrary ((_2) :: Lens (Rational, Rational) (Rational, Rational) Rational Rational)
-
genvalidity-hspec-optics Test.Validity.Optics Standard test spec for properties lenses for arbitrary values Example usage:
lensSpecOnArbitrary ((_2) :: Lens (Rational, Rational) (Rational, Rational) Rational Rational)
package
quickcheck-arbitrary-adt Generic typeclasses for generating arbitrary ADTs Improve arbitrary value generation for ADTs
-
quickcheck-arbitrary-adt Test.QuickCheck.Arbitrary.ADT ADTArbitrary holds the type name and a ConstructorArbitraryPair for each constructor.
ADTArbitrary :: String -> String -> [ConstructorArbitraryPair a] -> ADTArbitrary aquickcheck-arbitrary-adt Test.QuickCheck.Arbitrary.ADT No documentation available.
-
quickcheck-arbitrary-adt Test.QuickCheck.Arbitrary.ADT ADTArbitrarySingleton holds the type name and one ConstructorArbitraryPair.