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

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