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.
arbitrary :: (Arbitrary a, MonadGen m) => m aImpSpec Test.ImpSpec.Random Lifted version of arbitrary.
arbitrary :: (Arbitrary a, MonadGen m) => m ahedgehog-quickcheck Hedgehog.Gen.QuickCheck Create a Hedgehog Gen from a QuickCheck Arbitrary instance. The Arbitrary's shrink function is used to provide shrinking for the Hedgehog Gen.
class
Arbitrary1 (f :: Type -> Type)QuickCheck Test.QuickCheck Lifting of the Arbitrary class to unary type constructors.
class
Arbitrary2 (f :: Type -> Type -> Type)QuickCheck Test.QuickCheck Lifting of the Arbitrary class to binary type constructors.
class
Arbitrary1 (f :: Type -> Type)QuickCheck Test.QuickCheck.Arbitrary Lifting of the Arbitrary class to unary type constructors.
class
Arbitrary2 (f :: Type -> Type -> Type)QuickCheck Test.QuickCheck.Arbitrary Lifting of the Arbitrary class to binary type constructors.
class
Arbitrary1 (f :: Type -> Type)tasty-quickcheck Test.Tasty.QuickCheck Lifting of the Arbitrary class to unary type constructors.
class
Arbitrary2 (f :: Type -> Type -> Type)tasty-quickcheck Test.Tasty.QuickCheck Lifting of the Arbitrary class to binary type constructors.
-
ghc GHC.Tc.Types.Rank No documentation available.
-
ghc GHC.Tc.Validity No documentation available.