definition: |
allVarsInFunc :: FuncDecl -> [Int] allVarsInFunc = allVarsInRule . funcRule |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
--- get variable names in a function declaration |
failfree: |
<FAILING> |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{() |-> {.._#lambda508}} |
name: |
allVarsInFunc |
precedence: |
no precedence defined |
result-values: |
{.._#lambda508} |
signature: |
FlatCurry.Types.FuncDecl -> [Prelude.Int] |
solution-complete: |
operation might suspend on free variables |
terminating: |
possibly non-terminating |
totally-defined: |
possibly non-reducible on same data term |