definition: |
unboundVarsInBranch :: BranchExpr -> [VarIndex] unboundVarsInBranch (Branch (Pattern _ vs) be) = filter (not . flip elem vs) (unboundVars be) unboundVarsInBranch (Branch (LPattern _) be) = unboundVars be |
demand: |
argument 1 |
deterministic: |
deterministic operation |
failfree: |
_ |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{({Branch}) |-> _} |
name: |
unboundVarsInBranch |
precedence: |
no precedence defined |
result-values: |
_ |
signature: |
FlatCurry.Types.BranchExpr -> [Prelude.Int] |
solution-complete: |
operation might suspend on free variables |
terminating: |
possibly non-terminating |
totally-defined: |
reducible on all ground data terms |