Perform an update to a combinator expression based on defined rules and traversal scheme
Contributed by:
Wolfram Research
Examples
Basic Examples (5)
Perform the default single leftmost outermost update on a combinator expression:
Update a combinator with the first three matches found from the rightmost outermost order:
Update an expression using only the K combinator transformation rule:
Update an expression using only the S combinator transformation rule in a single-update leftmost outermost evaluation scheme:
Update an expression using only the S combinator transformation rule in a leftmost innermost evaluation scheme:
Possible Issues (1)
Sometimes when a replacement is made at a particular position, the other match positions are changed, which prevents all the matches from being activated in a single step:
Version History
-
1.0.3
– 06 October 2025
-
1.0.2
– 06 December 2020
-
1.0.1
– 05 December 2020
-
1.0.0
– 04 December 2020
Related Resources