12944
|
1 |
|
|
2 |
\documentclass[11pt,a4paper]{article}
|
|
3 |
\usepackage{isabelle,isabellesym}
|
|
4 |
\usepackage{pdfsetup}
|
|
5 |
|
|
6 |
\urlstyle{rm}
|
|
7 |
\isabellestyle{it}
|
|
8 |
|
|
9 |
\newcommand{\isasymbind}{\textsf{bind}}
|
|
10 |
|
|
11 |
\begin{document}
|
|
12 |
|
|
13 |
\title{Type inference for let-free MiniML}
|
|
14 |
\author{Dieter Nazareth, Tobias Nipkow, Thomas Stauner, Markus Wenzel}
|
|
15 |
\maketitle
|
|
16 |
|
|
17 |
\tableofcontents
|
|
18 |
|
|
19 |
\parindent 0pt\parskip 0.5ex
|
|
20 |
\input{session}
|
|
21 |
|
|
22 |
%\bibliographystyle{abbrv}
|
|
23 |
%\bibliography{root}
|
|
24 |
|
|
25 |
\end{document}
|