lambda expression

From Wiktionary

Jump to: navigation, search

[edit] English

[edit] Noun

lambda expression

  1. An algebraic expression representing a function by binding one or more parameters to an expression which may contain those parameters.
    Expression Meaning
    λx.1 The constant value 1
    λx.x The identity
    λx.x + 1 f(x) = x + 1
    λnx.x + n f(n) = g where g(x) = x + n

[edit] Translations

Personal tools