2
0
Fork 0
mirror of https://github.com/MartinThoma/LaTeX-examples.git synced 2025-04-25 06:18:05 +02:00
LaTeX-examples/documents/Programmierparadigmen/Haskell.tex

10 lines
263 B
TeX

\chapter{Haskell}
\index{Haskell|(}
Haskell ist eine funktionale Programmiersprache.
\section{Syntax}
\section{Beispiele}
\inputminted[linenos, numbersep=5pt, tabsize=4, frame=lines, label=fibonacci.hs]{haskell}{scripts/haskell/fibonacci.hs}
\index{Haskell|)}