hedgehog-0.2.2: Hedgehog will eat all your bugs.

Safe HaskellNone
LanguageHaskell98

Hedgehog.Internal.Config

Synopsis

Documentation

data UseColor Source #

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 Source #

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 Source #

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

Constructors

WorkerCount Int 

Instances

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

Methods

lift :: WorkerCount -> Q Exp #