definition: |
args :: Test -> [String] args (Test _ a _) = a |
demand: |
argument 1 |
deterministic: |
deterministic operation |
documentation: |
--- Extracts the arguments of a test. |
failfree: |
_ |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{({Test}) |-> _} |
name: |
args |
precedence: |
no precedence defined |
result-values: |
_ |
signature: |
Test.Prop.Types.Test -> [String] |
solution-complete: |
operationally complete operation |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |