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

definition:
 
setMaxFail :: Int -> Config -> Config
setMaxFail n config = config { maxFail = n }
demand:
 argument 2
deterministic:
 deterministic operation
documentation:
 
Sets the maximum number of condition failures in a test configuration.
failfree:
 (_, _)
indeterministic:
 referentially transparent operation
infix:
 no fixity defined
iotype:
 {(_,{Config}) |-> {Config}}
name:
 setMaxFail
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