definition:
|
updOrs :: (Expr -> Expr -> Expr) -> Expr -> Expr
updOrs or = trExpr Var Lit Comb Let Free or Case Branch Typed
|
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:
|
(FlatCurry.Types.Expr -> FlatCurry.Types.Expr -> 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
|