Add newline
This commit is contained in:
parent
ec81776d50
commit
1820b61f40
@ -17,3 +17,5 @@ f :: Int -> (Int -> Int)
|
|||||||
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…
Reference in New Issue
Block a user