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

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