definition: |
flattenFuncs :: Flattening [AFuncDecl a] flattenFuncs = mapAccumL flattenFunc |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
failfree: |
<FAILING> |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{() |-> {mapAccumL}} |
name: |
flattenFuncs |
precedence: |
no precedence defined |
result-values: |
{mapAccumL} |
signature: |
[Prelude.Int] -> [FlatCurry.Annotated.Types.AFuncDecl a] -> ([Prelude.Int], [FlatCurry.Annotated.Types.AFuncDecl a]) |
solution-complete: |
operation might suspend on free variables |
terminating: |
possibly non-terminating |
totally-defined: |
possibly non-reducible on same data term |