Various small fixes following from Bert's commentaar.
[matthijs/master-project/report.git] / Chapters / Prototype.tex
index 40663f37cf2edb95d728da97f2e41d7e4e1cbc4b..48c69b9d0f50bdfb1dd71c95994f13ff504e9457 100644 (file)
       \startlambda
       λbndr.body
       \stoplambda
-      This is the basic lambda abstraction, as it occurs in labmda calculus.
+      This is the basic lambda abstraction, as it occurs in lambda calculus.
       It consists of a binder part and a body part.  A lambda abstraction
       creates a function, that can be applied to an argument. The binder is
       usually a value binder, but it can also be a \emph{type binder} (or