Browse Source

Add newline

master
Julian Ospald 8 years ago
parent
commit
f7e2809427
No known key found for this signature in database GPG Key ID: 220CD1C5BDEED020
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      VL2/content/VL2_currying5.tex

+ 3
- 1
VL2/content/VL2_currying5.tex View File

@@ -16,4 +16,6 @@ f :: Int -> (Int -> Int)
-- but this is NOT the same -- but this is NOT the same
f :: (Int -> Int) -> Int f :: (Int -> Int) -> Int
\end{haskellcode} \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}.
\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}
\\

Loading…
Cancel
Save