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

definition:
updCases :: (a -> CaseType -> AExpr a -> [ABranchExpr a] -> AExpr a)
         -> AExpr a -> AExpr a
updCases cas = trExpr AVar ALit AComb ALet AFree AOr cas ABranch ATyped
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- update all case expressions in given expression
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_) |-> {trExpr}}
name:
updCases
precedence:
no precedence defined
result-values:
{trExpr}
signature:
(a -> FlatCurry.Types.CaseType -> FlatCurry.Annotated.Types.AExpr a
-> [FlatCurry.Annotated.Types.ABranchExpr 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