CurryInfo: easycheck-3.2.0 / Test.EasyCheck.updArgs

definition: Info
 
updArgs :: ([String] -> [String]) -> Test -> Test
updArgs  upd (Test r a s) = Test r (upd a) s
demand: Info
 argument 2
deterministic: Info
 deterministic operation
documentation: Info
 
Updates the arguments of a test.
failfree: Info
 (_, _)
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_,{Test}) |-> {Test}}
name: Info
 updArgs
precedence: Info
 no precedence defined
result-values: Info
 {Test}
signature: Info
 ([String] -> [String]) -> Test.Prop.Types.Test -> Test.Prop.Types.Test
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 yes
totally-defined: Info
 reducible on all ground data terms