From 1820b61f405672344ee1b5b5766bc489bb4a989e Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Sat, 16 May 2015 13:22:48 +0200 Subject: [PATCH] Add newline --- VL2/content/VL2_currying5.tex | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/VL2/content/VL2_currying5.tex b/VL2/content/VL2_currying5.tex index 6190600..6b653e9 100644 --- a/VL2/content/VL2_currying5.tex +++ b/VL2/content/VL2_currying5.tex @@ -16,4 +16,6 @@ f :: Int -> (Int -> Int) -- but this is NOT the same f :: (Int -> Int) -> Int \end{haskellcode} -\ifger{Auf der anderen Seite ist Funktionsanwendung \emph{links}-assoziativ, d.h.}{On the other hand function application is \emph{left}-associative, so} \hinline{f 3 2} \ifger{ist nur die Kurzform für}{is just a shorthand of} \hinline{(f 3) 2}. \ No newline at end of file +\ifger{Auf der anderen Seite ist Funktionsanwendung \emph{links}-assoziativ, d.h.}{On the other hand function application is \emph{left}-associative, so} \hinline{f 3 2} \ifger{ist nur die Kurzform für}{is just a shorthand of} \hinline{(f 3) 2}. +\vspace{\baselineskip} +\\ \ No newline at end of file