Index

Applicative Order Reduction

In the lambda calculus an applicative order reduction is a beta reduction where the λ-subterm that is reduced is the innermost-leftmost of all possible λ-subterms that could be reduced.

Examples

References

W. Kluge. Abstract Computing Machines. A Lambda Calculus Perspective. Springer, 2005.

Index