From 61347e2c8ea7459eecf2b54ba3c8c577babc0695 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Sun, 19 Apr 2015 19:49:32 +0200 Subject: [PATCH] Comma --- VL2.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VL2.tex b/VL2.tex index 7fe2636..3c81489 100644 --- a/VL2.tex +++ b/VL2.tex @@ -170,7 +170,7 @@ f x where a = w x \end{haskellcode} -While that is not possible with \code{let} which is an actual expression and can be used whenever expressions are allowed (e.g. inside \emph{Monads}, we'll know more about these in a few weeks). +While that is not possible with \code{let}, which is an actual expression and can be used whenever expressions are allowed (e.g. inside \emph{Monads}, we'll know more about these in a few weeks). \vspace{\baselineskip} \\ There are a few more intricacies, but most of the time this is just style consideration:\\ \url{https://wiki.haskell.org/Let_vs._Where}