d37dd0d15350e587f41f77a6a9dfd434c5a28a70
[ghc-hetmet.git] / ghc / CONTRIB / pphs / docs / Report.tex
1 \documentstyle[12pt,fleqn,rep,pphs]{report}
2 \renewcommand{August 1994}
3 \begin{document}
4
5 \def\sect{\section}
6 \def\subsect{\subsection}
7
8 % Title page
9 \title{Literate Haskell}
10 \author{A. Preece \\\\ University of Glasgow}
11 \maketitle
12
13 \setcounter{page}{2}
14 \tableofcontents
15
16 \input{Introduction}
17 \input{What}
18 \input{How}
19 \input{Uses}
20 \input{Error_Messages}
21 \input{Faults}
22 \input{Future_Work}
23
24 \appendix
25
26 \input{Project_Documents}
27 \input{User_Documents}
28 \input{Code}
29
30 \begin{thebibliography}{9}
31 \addcontentsline{toc}{chapter}{Bibliography}
32
33 \bibitem{Haskell-report}
34 Hudak, P., Peyton Jones, S., Wadler, P., et al.,  {\em Haskell, Report on the Programming Language\/}
35 (1992)
36
37 \bibitem{LaTeX-book}
38 Lamport, L.,  {\em \LaTeX : A Document Preparation System\/}
39 (Addison-Wesley, 1986)
40
41 \end{thebibliography}
42
43 \chapter*{Acknowledgements}
44 \addcontentsline{toc}{chapter}{Acknowledgements}
45
46 I am very grateful for the help and advise of Project Supervisor Tom Melham,
47 and also for the suggestions of Phil Wadler, Richard McPhee, and Mark Pollock.
48
49 \end{document}