Hoogle Search

Within LTS Haskell 24.37 (ghc-9.10.3)

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

  1. newtype PropertySource

    hedgehog Hedgehog.Internal.Discovery

    No documentation available.

  2. PropertySource :: Pos String -> PropertySource

    hedgehog Hedgehog.Internal.Discovery

    No documentation available.

  3. module Hedgehog.Internal.Prelude

    Mostly for compatibility across different base Prelude changes.

  4. module Hedgehog.Internal.Property

    No documentation available.

  5. data Property

    hedgehog Hedgehog.Internal.Property

    A property test, along with some configurable limits like how many times to run the test.

  6. Property :: PropertyConfig -> PropertyT IO () -> Property

    hedgehog Hedgehog.Internal.Property

    No documentation available.

  7. data PropertyConfig

    hedgehog Hedgehog.Internal.Property

    Configuration for a property test.

  8. PropertyConfig :: DiscardLimit -> ShrinkLimit -> ShrinkRetries -> TerminationCriteria -> Maybe Skip -> PropertyConfig

    hedgehog Hedgehog.Internal.Property

    No documentation available.

  9. newtype PropertyCount

    hedgehog Hedgehog.Internal.Property

    The number of properties in a group.

  10. PropertyCount :: Int -> PropertyCount

    hedgehog Hedgehog.Internal.Property

    No documentation available.

Page 66 of many | Previous | Next