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

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