definition: |
verboseConfig :: Config verboseConfig = easyConfig { every = (\n xs -> show n ++ ":\n" ++ unlines xs) } |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
--- A verbose configuration which shows the arguments of every test. |
failfree: |
() |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{() |-> {Config}} |
name: |
verboseConfig |
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 |