definition: |
updRuleBody :: Update (ARule a) (AExpr a) updRuleBody f = updRule id id f id |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
--- update rules body |
failfree: |
_ |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_) |-> {trRule}} |
name: |
updRuleBody |
precedence: |
no precedence defined |
result-values: |
{trRule} |
signature: |
(FlatCurry.Annotated.Types.AExpr a -> FlatCurry.Annotated.Types.AExpr a) -> FlatCurry.Annotated.Types.ARule a -> FlatCurry.Annotated.Types.ARule a |
solution-complete: |
operation might suspend on free variables |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |