LARA

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
lambda_calculus [2007/05/07 14:15]
vkuncak
lambda_calculus [2007/05/07 14:30]
vkuncak
Line 35: Line 35:
 One simple use of lambda expressions to introduce shorthands: instead of writing ​ One simple use of lambda expressions to introduce shorthands: instead of writing ​
 \begin{equation*} \begin{equation*}
-  let x = E in F+  ​\mbox{let}\ x = E\ \mbox{in}\ F
 \end{equation*} \end{equation*}
 we can write we can write
 \begin{equation*} \begin{equation*}
-  (\lambda x.E)F+  (\lambda x.F)E
 \end{equation*} \end{equation*}