CurryInfo: easycheck-3.2.0 / Test.EasyCheck.Exec.easyConfig

definition: Info
 
easyConfig :: Config
easyConfig =
 Config { maxTest = 100
        , maxFail = 10000
        , every = (\n _ -> let s = ' ':show (n+1) in s ++ [ chr 8 | _ <- s ])
        , isQuiet = False
        }
demand: Info
 no demanded arguments
deterministic: Info
 deterministic operation
documentation: Info
 
The default configuration for EasyCheck shows and deletes the number
for each test.
failfree: Info
 ()
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {() |-> {Config}}
name: Info
 easyConfig
precedence: Info
 no precedence defined
result-values: Info
 {Config}
signature: Info
 Config
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 possibly non-terminating
totally-defined: Info
 possibly non-reducible on same data term