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. PrettyLevel :: Int -> PrettyLevel

    pretty Text.PrettyPrint.HughesPJClass

    No documentation available.

  2. data Parallel (m :: Type -> Type) (state :: Type -> Type -> Type)

    hedgehog Hedgehog

    A sequential prefix of actions to execute, with two branches to execute in parallel.

  3. Parallel :: [Action m state] -> [Action m state] -> [Action m state] -> Parallel (m :: Type -> Type) (state :: (Type -> Type) -> Type)

    hedgehog Hedgehog

    No documentation available.

  4. data Property

    hedgehog Hedgehog

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

  5. data PropertyName

    hedgehog Hedgehog

    The name of a property. Should be constructed using OverloadedStrings:

    "apples" :: PropertyName
    

  6. data PropertyT (m :: Type -> Type) a

    hedgehog Hedgehog

    The property monad transformer allows both the generation of test inputs and the assertion of expectations.

  7. data Pos a

    hedgehog Hedgehog.Internal.Discovery

    No documentation available.

  8. Pos :: Position -> a -> Pos a

    hedgehog Hedgehog.Internal.Discovery

    No documentation available.

  9. data Position

    hedgehog Hedgehog.Internal.Discovery

    No documentation available.

  10. Position :: FilePath -> LineNo -> ColumnNo -> Position

    hedgehog Hedgehog.Internal.Discovery

    No documentation available.

Page 65 of many | Previous | Next