| Safe Haskell | None | 
|---|---|
| Language | Haskell2010 | 
Test.MuCheck.Config
Description
Configuration module
- data GenerationMode
 - data Config = Config {}
 - defaultConfig :: Config
 - data MuVars
 - getSample :: MuVars -> Config -> Rational
 
Documentation
data GenerationMode Source
The knob controlling if we want first order mutation.
Constructors
| FirstOrderOnly | |
| FirstAndHigherOrder | 
Instances
The configuration options if 1 is provided, all mutants are selected for that kind, and 0 ensures that no mutants are picked for that kind. Any fraction in between causes that many mutants to be picked randomly from the available pool
Constructors
| Config | |
Fields 
  | |
defaultConfig :: Config Source
The default configuration
Enumeration of different kinds of mutations