forked from idris-lang/idris-tutorial
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathidris-tutorial.tex
More file actions
63 lines (50 loc) · 1.29 KB
/
idris-tutorial.tex
File metadata and controls
63 lines (50 loc) · 1.29 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
\documentclass[british, final
]{article}
\usepackage[l2tabu,orthodox]{nag}
\usepackage{fixltx2e}
\usepackage{babel}
\usepackage[iso]{isodate}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[protrusion=true, expansion=true]{microtype}
\usepackage[strict=true]{csquotes}
\usepackage{xspace}
\usepackage{float}
\usepackage{mathpazo}
\usepackage[scaled=0.95]{helvet}
\usepackage{courier}
\usepackage{fullpage}
\usepackage{hyperref}
\usepackage[missing=0.9.14]{gitinfo}
\usepackage{multicol}
\usepackage{enumitem}
\usepackage{fpmacros}
\usepackage{idrislang}
\usepackage{comment}
\input{conf.ltx}
\input{library.ltx}
\newcommand{\version}{\gitVtagn}
\title{Programming in \Idris{}: A Tutorial}
\author{The \Idris{} Community}
\date{\origdate\today}
\begin{document}
\maketitle%
\tableofcontents
\newpage
\input{./content/intro.tex}
\input{./content/starting.tex}
\input{./content/typesfuns.tex}
\input{./content/classes.tex}
\input{./content/modules.tex}
\input{./content/interp.tex}
\input{./content/views.tex}
\input{./content/theorems.tex}
\input{./content/provisional.tex}
\input{./content/interactive.tex}
\input{./content/syntax.tex}
\input{./content/miscellany.tex}
\input{./content/conclusions.tex}
\newpage
\bibliographystyle{abbrv}
\bibliography{literature}
\end{document}