Этот коммит содержится в:
Julian Ospald 2015-05-16 13:22:48 +02:00
родитель d9d660beaf
Коммит f7e2809427
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 220CD1C5BDEED020
1 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

@ -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}.
\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}
\\