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