definition:
|
flattenFunc :: Flattening (AFuncDecl a)
flattenFunc xs (AFunc f a v ty r) = second (AFunc f a v ty) (flattenRule xs r)
|
demand:
|
argument 2
|
deterministic:
|
deterministic operation
|
documentation:
|
--- Flatten a function
|
failfree:
|
<FAILING>
|
indeterministic:
|
referentially transparent operation
|
infix:
|
no fixity defined
|
iotype:
|
{(_,{AFunc}) |-> {(,)}}
|
name:
|
flattenFunc
|
precedence:
|
no precedence defined
|
result-values:
|
{(,)}
|
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
|