hedgehog-0.5.3: Hedgehog will eat all your bugs.

Safe HaskellNone
LanguageHaskell98

Hedgehog.Internal.Config

Synopsis

Documentation

data UseColor #

Whether to render output using ANSI colors or not.

Constructors

DisableColor

Disable ANSI colors in report output.

EnableColor

Enable ANSI colors in report output.

data Verbosity #

How verbose should the report output be.

Constructors

Quiet

Only display the summary of the test run.

Normal

Display each property as it is running, as well as the summary.

newtype WorkerCount #

The number of workers to use when running properties in parallel.

Constructors

WorkerCount Int 

Instances

Enum WorkerCount # 
Eq WorkerCount # 
Integral WorkerCount # 
Num WorkerCount # 
Ord WorkerCount # 
Real WorkerCount # 
Show WorkerCount # 
Lift WorkerCount # 

Methods

lift :: WorkerCount -> Q Exp #