CurryInfo: flatcurry-4.0.0 / FlatCurry.Goodies.updLiterals

definition:
updLiterals :: (Literal -> Expr) -> Expr -> Expr
updLiterals lit = trExpr Var lit Comb Let Free Or Case Branch Typed
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:
(FlatCurry.Types.Literal -> FlatCurry.Types.Expr) -> FlatCurry.Types.Expr
-> FlatCurry.Types.Expr
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
reducible on all ground data terms