Index

Bound Variable

In the lambda calculus a bound variable is one that is bound by a λ abstractor. A variable that is not bound is called free.

Examples

References

H. P. Barendregt. The Lambda Calculus. Its Syntax and Semantics. Elsiever, 1984.

Index