Select Keyboard:
Türkçe ▾
  1. Türkçe
  2. English
  3. العربية
  4. Dansk
  5. Deutsch
  6. Ελληνικά
  7. Español
  8. فارسی
  9. Français
  10. Italiano
  11. Kurdî
  12. Nederlands
  13. Polski
  14. Português Brasileiro
  15. Português
  16. Русский
  17. Suomi
  18. Svenska
  19. 中文注音符号
  20. 中文仓颉输入法
X
"1234567890*-Bksp
Tabqwertyuıopğü,
CapsasdfghjklşiEnter
Shift<zxcvbnmöç.Shift
AltGr

lambda expression

listen to the pronunciation of lambda expression
Englisch - Englisch
An algebraic expression representing a function by binding one or more parameters to an expression which may contain those parameters

ExpressionMeaning\lambda x.1The constant value 1\lambda x.xThe identity \lambda x.x+1 f(x)=x+1 \lambda n.\lambda x.x+n f(n) = g where g(x) = x+n.