mirror of
https://github.com/MartinThoma/LaTeX-examples.git
synced 2025-04-25 22:38:04 +02:00
Added definitions / examples
This commit is contained in:
parent
7a39159bdb
commit
b74de7b8da
8 changed files with 86 additions and 3 deletions
|
@ -213,6 +213,11 @@ sich das ganze sogar noch kürzer schreiben:
|
|||
\inputminted[linenos, numbersep=5pt, tabsize=4, frame=lines, label=folds.hs]{haskell}{scripts/haskell/folds.hs}
|
||||
|
||||
|
||||
\subsection{Standard Prelude}
|
||||
Hier sind die Definitionen eininger wichtiger Funktionen:
|
||||
|
||||
\inputminted[numbersep=5pt, tabsize=4]{haskell}{scripts/haskell/standard-definitions.hs}
|
||||
|
||||
\section{Weitere Informationen}
|
||||
\begin{itemize}
|
||||
\item \href{http://hackage.haskell.org/package/base-4.6.0.1}{\path{hackage.haskell.org/package/base-4.6.0.1}}: Referenz
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue