definition: |
setMaxTest :: Int -> Config -> Config setMaxTest n config = config { maxTest = n } |
demand: |
argument 2 |
deterministic: |
deterministic operation |
documentation: |
--- Sets the maximum number of tests in a test configuration. |
failfree: |
(_, _) |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_,{Config}) |-> {Config}} |
name: |
setMaxTest |
precedence: |
no precedence defined |
result-values: |
{Config} |
signature: |
Prelude.Int -> Config -> Config |
solution-complete: |
operationally complete operation |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |