definition: |
flattenProg :: Flattening (AProg a) flattenProg xs (AProg m is ty fs os) = (xs1, AProg m is ty fs' os) where (xs1, fs') = flattenFuncs xs fs |
demand: |
argument 2 |
deterministic: |
deterministic operation |
documentation: |
--- Flatten a program |
failfree: |
<FAILING> |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_,{AProg}) |-> {(,)}} |
name: |
flattenProg |
precedence: |
no precedence defined |
result-values: |
{(,)} |
signature: |
[Prelude.Int] -> FlatCurry.Annotated.Types.AProg a -> ([Prelude.Int], FlatCurry.Annotated.Types.AProg a) |
solution-complete: |
operation might suspend on free variables |
terminating: |
possibly non-terminating |
totally-defined: |
possibly non-reducible on same data term |