hedgehog-0.5.3: 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.

Instances
Eq UseColor Source # 
Instance details
Ord UseColor Source # 
Instance details
Show UseColor Source # 
Instance details
Lift UseColor Source # 
Instance details

Methods

lift :: UseColor -> Q Exp #

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.

Instances
Eq Verbosity Source # 
Instance details
Ord Verbosity Source # 
Instance details
Show Verbosity Source # 
Instance details
Lift Verbosity Source # 
Instance details

Methods

lift :: Verbosity -> Q Exp #

newtype WorkerCount Source #

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

Constructors

WorkerCount Int 
Instances
Enum WorkerCount Source # 
Instance details
Eq WorkerCount Source # 
Instance details
Integral WorkerCount Source # 
Instance details
Num WorkerCount Source # 
Instance details
Ord WorkerCount Source # 
Instance details
Real WorkerCount Source # 
Instance details
Show WorkerCount Source # 
Instance details
Lift WorkerCount Source # 
Instance details

Methods

lift :: WorkerCount -> Q Exp #