| 20946 |      1 | 
 | 
| 30227 |      2 | \documentclass[12pt,a4paper,fleqn]{article}
 | 
| 20946 |      3 | \usepackage{latexsym,graphicx}
 | 
|  |      4 | \usepackage[refpage]{nomencl}
 | 
| 30226 |      5 | \usepackage{../iman,../extra,../isar,../proof}
 | 
|  |      6 | \usepackage{../isabelle,../isabellesym}
 | 
| 20946 |      7 | \usepackage{style}
 | 
| 30226 |      8 | \usepackage{../pdfsetup}
 | 
| 20946 |      9 | 
 | 
|  |     10 | 
 | 
|  |     11 | \hyphenation{Isabelle}
 | 
|  |     12 | \hyphenation{Isar}
 | 
|  |     13 | \isadroptag{theory}
 | 
| 28565 |     14 | 
 | 
| 20946 |     15 | \title{\includegraphics[scale=0.5]{isabelle_isar}
 | 
|  |     16 |   \\[4ex] Haskell-style type classes with Isabelle/Isar}
 | 
|  |     17 | \author{\emph{Florian Haftmann}}
 | 
|  |     18 | 
 | 
|  |     19 | \begin{document}
 | 
|  |     20 | 
 | 
|  |     21 | \maketitle
 | 
|  |     22 | 
 | 
|  |     23 | \begin{abstract}
 | 
| 31256 |     24 |   \noindent This tutorial introduces the look-and-feel of
 | 
|  |     25 |   Isar type classes to the end-user.  Isar type classes
 | 
|  |     26 |   are a convenient mechanism for organizing specifications.
 | 
|  |     27 |   Essentially, they combine an operational aspect (in the
 | 
|  |     28 |   manner of Haskell) with a logical aspect, both managed uniformly.
 | 
| 20946 |     29 | \end{abstract}
 | 
|  |     30 | 
 | 
|  |     31 | \thispagestyle{empty}\clearpage
 | 
|  |     32 | 
 | 
|  |     33 | \pagenumbering{roman}
 | 
|  |     34 | \clearfirst
 | 
|  |     35 | 
 | 
|  |     36 | \input{Thy/document/Classes.tex}
 | 
|  |     37 | 
 | 
|  |     38 | \begingroup
 | 
|  |     39 | \bibliographystyle{plain} \small\raggedright\frenchspacing
 | 
| 30226 |     40 | \bibliography{../manual}
 | 
| 20946 |     41 | \endgroup
 | 
|  |     42 | 
 | 
|  |     43 | \end{document}
 | 
|  |     44 | 
 | 
|  |     45 | 
 | 
|  |     46 | %%% Local Variables: 
 | 
|  |     47 | %%% mode: latex
 | 
|  |     48 | %%% TeX-master: t
 | 
|  |     49 | %%% End: 
 |