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.
-
QuickCheck Test.QuickCheck The type of properties.
-
QuickCheck Test.QuickCheck.Modifiers Positive x: guarantees that x > 0.
-
QuickCheck Test.QuickCheck.Modifiers No documentation available.
-
QuickCheck Test.QuickCheck.Modifiers PrintableString: generates a printable unicode String. The string will not contain surrogate pairs.
PrintableString :: String -> PrintableStringQuickCheck Test.QuickCheck.Modifiers No documentation available.
newtype
PropertyM (m :: Type -> Type) aQuickCheck 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
-
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.
PrintHeading :: String -> IO () -> TestOutput -> TestOutputtasty Test.Tasty.Ingredients.ConsoleReporter Printing a test group.
PrintTest :: String -> IO () -> (Progress -> IO ()) -> (Result -> IO ()) -> TestOutputtasty Test.Tasty.Ingredients.ConsoleReporter Printing a test.
-
tasty Test.Tasty.Patterns.Eval No documentation available.