definition: |
patternArgs :: Pattern -> [Int] patternArgs (Pattern _ vs) = vs patternArgs (LPattern _) = [] |
demand: |
argument 1 |
deterministic: |
deterministic operation |
documentation: |
------------------------------------------------------------------------------ --- Return the pattern variables of a pattern. |
failfree: |
_ |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{({Pattern}) |-> _ || ({LPattern}) |-> {[]}} |
name: |
patternArgs |
precedence: |
no precedence defined |
result-values: |
_ |
signature: |
FlatCurry.Types.Pattern -> [Prelude.Int] |
solution-complete: |
operationally complete operation |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |