Hoogle Search
Within LTS Haskell 24.49 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
PropertyCount :: Int -> PropertyCounthedgehog Hedgehog.Internal.Property No documentation available.
-
hedgehog Hedgehog.Internal.Property The name of a property. Should be constructed using OverloadedStrings:
"apples" :: PropertyName
PropertyName :: String -> PropertyNamehedgehog Hedgehog.Internal.Property No documentation available.
newtype
PropertyT (m :: Type -> Type) ahedgehog Hedgehog.Internal.Property The property monad transformer allows both the generation of test inputs and the assertion of expectations.
PropertyT :: TestT (GenT m) a -> PropertyT (m :: Type -> Type) ahedgehog Hedgehog.Internal.Property No documentation available.
-
hedgehog Hedgehog.Internal.Report Whether to add icons to the start of important output lines or not.
-
hedgehog Hedgehog.Internal.Report The status of a running property test.
data
Parallel (m :: Type -> Type) (state :: Type -> Type -> Type)hedgehog Hedgehog.Internal.State A sequential prefix of actions to execute, with two branches to execute in parallel.
-
hedgehog Hedgehog.Internal.State No documentation available.
module Data.Text.Prettyprint.Doc.Render.Util.
Panic Deprecated: Use Prettyprinter.Render.Util.Panic instead.