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

11 lines
263 B
TeX
Raw Normal View History

2014-02-01 13:46:33 +01:00
\chapter{Haskell}
\index{Haskell|(}
Haskell ist eine funktionale Programmiersprache.
2014-02-01 13:46:33 +01:00
\section{Syntax}
\section{Beispiele}
\inputminted[linenos, numbersep=5pt, tabsize=4, frame=lines, label=fibonacci.hs]{haskell}{scripts/haskell/fibonacci.hs}
\index{Haskell|)}