Hoogle Search

Within LTS Haskell 24.36 (ghc-9.10.3)

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

  1. data Property

    QuickCheck Test.QuickCheck

    The type of properties.

  2. newtype Positive a

    QuickCheck Test.QuickCheck.Modifiers

    Positive x: guarantees that x > 0.

  3. Positive :: a -> Positive a

    QuickCheck Test.QuickCheck.Modifiers

    No documentation available.

  4. newtype PrintableString

    QuickCheck Test.QuickCheck.Modifiers

    PrintableString: generates a printable unicode String. The string will not contain surrogate pairs.

  5. PrintableString :: String -> PrintableString

    QuickCheck Test.QuickCheck.Modifiers

    No documentation available.

  6. newtype PropertyM (m :: Type -> Type) a

    QuickCheck Test.QuickCheck.Monadic

    The property monad is really a monad transformer that can contain monadic computations in the monad m it is parameterized by:

    • m - the m-computations that may be performed within PropertyM
    Elements of PropertyM m a may mix property operations and m-computations.

  7. module Test.QuickCheck.Poly

    Types to help with testing polymorphic properties. Types A, B and C are newtype wrappers around Integer that implement Eq, Show, Arbitrary and CoArbitrary. Types OrdA, OrdB and OrdC also implement Ord and Num. See also Test.QuickCheck.All for an automatic way of testing polymorphic properties.

  8. PrintHeading :: String -> IO () -> TestOutput -> TestOutput

    tasty Test.Tasty.Ingredients.ConsoleReporter

    Printing a test group.

  9. PrintTest :: String -> IO () -> (Progress -> IO ()) -> (Result -> IO ()) -> TestOutput

    tasty Test.Tasty.Ingredients.ConsoleReporter

    Printing a test.

  10. type Path = Seq String

    tasty Test.Tasty.Patterns.Eval

    No documentation available.

Page 21 of many | Previous | Next