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