summaryrefslogtreecommitdiff
path: root/ghc/docs/users_guide/user.lit
blob: bf3a3613f32ef1795d9dc8717dc71c8055366077 (plain)
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
\begin{onlystandalone}
\documentstyle[11pt,literate]{article}
\begin{document}
\title{The Glorious Glasgow Haskell Compilation System\\ Version~2.01\\ User's Guide}
\author{The GHC Team\\
Department of Computing Science\\
University of Glasgow\\
Glasgow, Scotland\\
G12 8QQ\\
\\
Email: glasgow-haskell-\{bugs,users\}-request\@dcs.gla.ac.uk}
\maketitle
\begin{rawlatex}
\tableofcontents
\pagebreak
\end{rawlatex}
\end{onlystandalone}

\input{intro.lit}
\input{how_to_run.lit}
\input{runtime_control.lit}
\input{sooner.lit}
\input{profiling.lit}
\input{glasgow_exts.lit}
\input{libraries.lit}
\input{parallel.lit}
\input{gone_wrong.lit}
\input{backwards.lit}
\input{vs_haskell.lit}
\input{recomp.lit}
\input{utils.lit}
\input{ticky.lit}
\input{tutorial.lit}

\begin{onlystandalone}
\printindex
\end{document}
\end{onlystandalone}