CurryInfo: flatcurry-annotated-3.3.0 / FlatCurry.Annotated.Goodies.updLiterals

definition:
updLiterals :: (a -> Literal -> AExpr a) -> AExpr a -> AExpr a
updLiterals lit = trExpr AVar lit AComb ALet AFree AOr ACase ABranch ATyped
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- update all literals in given expression
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_) |-> {trExpr}}
name:
updLiterals
precedence:
no precedence defined
result-values:
{trExpr}
signature:
(a -> FlatCurry.Types.Literal -> 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