2
0
Fork 0
mirror of https://github.com/MartinThoma/LaTeX-examples.git synced 2025-04-25 22:38:04 +02:00

Beispiele für Listenoperationen in Haskell hinzugefügt

This commit is contained in:
Martin Thoma 2014-02-02 18:01:02 +01:00
parent 7e99fea83a
commit dbf66188b6
4 changed files with 19 additions and 3 deletions

View file

@ -63,6 +63,9 @@ hat einen Speicherverbrauch von $\mathcal{O}(n)$. Durch einen
\subsection{Listen}
\todo[inline]{Cons-Operator, Unendliche Listen}
\subsubsection{Beispiel in der interaktiven Konsole}
\inputminted[numbersep=5pt, tabsize=4]{haskell}{scripts/haskell/listenoperationen.sh}
\section{Beispiele}
\subsection{Hello World}
Speichere folgenden Quelltext als \texttt{hello-world.hs}: