definition:
|
updCombs :: (a -> CombType -> (QName, a) -> [AExpr a] -> AExpr a)
-> AExpr a -> AExpr a
updCombs comb = trExpr AVar ALit comb ALet AFree AOr ACase ABranch ATyped
|
demand:
|
no demanded arguments
|
deterministic:
|
deterministic operation
|
documentation:
|
--- update all combined expressions in given expression
|
failfree:
|
_
|
indeterministic:
|
referentially transparent operation
|
infix:
|
no fixity defined
|
iotype:
|
{(_) |-> {trExpr}}
|
name:
|
updCombs
|
precedence:
|
no precedence defined
|
result-values:
|
{trExpr}
|
signature:
|
(a -> FlatCurry.Types.CombType -> ((String, String), a)
-> [FlatCurry.Annotated.Types.AExpr a] -> FlatCurry.Annotated.Types.AExpr a)
-> FlatCurry.Annotated.Types.AExpr a -> FlatCurry.Annotated.Types.AExpr a
|
solution-complete:
|
operation might suspend on free variables
|
terminating:
|
possibly non-terminating
|
totally-defined:
|
reducible on all ground data terms
|