Index

Normal Order Reduction

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

Examples

References

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

Index