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:
parent
7e99fea83a
commit
dbf66188b6
4 changed files with 19 additions and 3 deletions
|
@ -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}:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue