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.

  1. arbitrary :: (Arbitrary a, MonadGen m) => m a

    ImpSpec Test.ImpSpec.Random

    Lifted version of arbitrary.

  2. arbitrary :: (Arbitrary a, MonadGen m) => m a

    hedgehog-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.

  3. class Arbitrary1 (f :: Type -> Type)

    QuickCheck Test.QuickCheck

    Lifting of the Arbitrary class to unary type constructors.

  4. class Arbitrary2 (f :: Type -> Type -> Type)

    QuickCheck Test.QuickCheck

    Lifting of the Arbitrary class to binary type constructors.

  5. class Arbitrary1 (f :: Type -> Type)

    QuickCheck Test.QuickCheck.Arbitrary

    Lifting of the Arbitrary class to unary type constructors.

  6. class Arbitrary2 (f :: Type -> Type -> Type)

    QuickCheck Test.QuickCheck.Arbitrary

    Lifting of the Arbitrary class to binary type constructors.

  7. class Arbitrary1 (f :: Type -> Type)

    tasty-quickcheck Test.Tasty.QuickCheck

    Lifting of the Arbitrary class to unary type constructors.

  8. class Arbitrary2 (f :: Type -> Type -> Type)

    tasty-quickcheck Test.Tasty.QuickCheck

    Lifting of the Arbitrary class to binary type constructors.

  9. ArbitraryRank :: Rank

    ghc GHC.Tc.Types.Rank

    No documentation available.

  10. ArbitraryRank :: Rank

    ghc GHC.Tc.Validity

    No documentation available.

Page 4 of many | Previous | Next