definition: |
liftNestedOrCase :: QName -> [FuncDecl] -> [FuncDecl] liftNestedOrCase prefix funcs = fst (liftNestedOrCaseI prefix 0 funcs) |
demand: |
argument 2 |
deterministic: |
deterministic operation |
failfree: |
<FAILING> |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_,_) |-> _} |
name: |
liftNestedOrCase |
precedence: |
no precedence defined |
result-values: |
_ |
signature: |
(String, String) -> [FlatCurry.Types.FuncDecl] -> [FlatCurry.Types.FuncDecl] |
solution-complete: |
operation might suspend on free variables |
terminating: |
possibly non-terminating |
totally-defined: |
possibly non-reducible on same data term |