2015-04-19 22:32:50 +00:00
|
|
|
\documentclass[12pt,a4paper,fleqn,oneside]{article}
|
|
|
|
|
2015-04-20 16:06:58 +00:00
|
|
|
\input{../common/article_configuration.tex}
|
2015-04-19 22:32:50 +00:00
|
|
|
|
|
|
|
\begin{document}
|
|
|
|
|
|
|
|
% title page information
|
|
|
|
\author{Julian Ospald}
|
|
|
|
\title{Haskell: higher order functions}
|
|
|
|
|
|
|
|
\maketitle
|
|
|
|
|
|
|
|
\tableofcontents
|
|
|
|
|
2015-04-20 16:06:58 +00:00
|
|
|
\input{./VL2_document_structure.tex}
|
2015-04-19 22:32:50 +00:00
|
|
|
|
|
|
|
\end{document}
|