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

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