Lukas' Notes

Home

❯

Knowledge

❯

Lambda Abstraction

Lambda Abstraction

Jul 25, 20251 min read

lambda-calculus

Definition

Lambda Abstraction

The syntactic construct λx.e is called a lambda abstraction, where x is a bound variable and e is an expression.


Graph View

Backlinks

  • Lambda Expression
  • Normal Order Reduction

Created with Quartz v4.4.0 © 2025

  • GitHub