Hoogle Search

Within LTS Haskell 24.26 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. FromSafeArbitrary :: a -> FromSafeArbitrary a

    safe-gen Test.QuickCheck.SafeGen

    No documentation available.

  2. class SafeArbitrary a

    safe-gen Test.QuickCheck.SafeGen

    Like Arbitrary, but with SafeGen instead of Gen. In practice, you probably won't interface with this class directly other than deriving an instance when deriving Arbitrary via FromSafeArbitrary. One exception might be when you're not happy with the way FromSafeArbitrary derives shrink, and you want to manually implement it. In that case, you can manually write arbitrary = runSafeGen safeArbitrary Another example is when working with lazy infinite data, in which case you might want to remove the termination check using arbitrary = runSafeGenNoCheck safeArbitrary.

  3. safeArbitrary :: SafeArbitrary a => SafeGen a

    safe-gen Test.QuickCheck.SafeGen

    No documentation available.

  4. newtype FromSafeArbitrary a

    safe-gen Test.QuickCheck.SafeGen.Generic

    Intended to be used as a deriving conduit for Arbitrary from SafeArbitrary. This defines arbitrary as runSafeGen arbitrary, and shrink as genericShrink.

  5. FromSafeArbitrary :: a -> FromSafeArbitrary a

    safe-gen Test.QuickCheck.SafeGen.Generic

    No documentation available.

  6. class SafeArbitrary a

    safe-gen Test.QuickCheck.SafeGen.Generic

    Like Arbitrary, but with SafeGen instead of Gen. In practice, you probably won't interface with this class directly other than deriving an instance when deriving Arbitrary via FromSafeArbitrary. One exception might be when you're not happy with the way FromSafeArbitrary derives shrink, and you want to manually implement it. In that case, you can manually write arbitrary = runSafeGen safeArbitrary Another example is when working with lazy infinite data, in which case you might want to remove the termination check using arbitrary = runSafeGenNoCheck safeArbitrary.

  7. safeArbitrary :: SafeArbitrary a => SafeGen a

    safe-gen Test.QuickCheck.SafeGen.Generic

    No documentation available.

  8. pattern GdataMedia_ReferenceType_ARBITRARYBYTES :: GdataMedia_ReferenceType

    gogol-youtube-reporting Gogol.YouTubeReporting

    gdata

  9. pattern GdataMedia_ReferenceType_ARBITRARYBYTES :: GdataMedia_ReferenceType

    gogol-youtube-reporting Gogol.YouTubeReporting.Types

    gdata

  10. module Data.MonoidMap.QuickCheck.Instances.CoArbitrary

    No documentation available.

Page 66 of many | Previous | Next