|
definition: |
quietConfig :: Config
quietConfig = easyConfig { isQuiet = True, every = (\_ _ -> "") }
|
|
demand: |
no demanded arguments |
|
deterministic: |
deterministic operation |
|
documentation: |
A quiet configuration which shows nothing but failed tests. |
|
failfree: |
() |
|
indeterministic: |
referentially transparent operation |
|
infix: |
no fixity defined |
|
iotype: |
{() |-> {Config}}
|
|
name: |
quietConfig |
|
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 |