| 
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}
 | 
| 
42511
 | 
     6  | 
\usepackage{../../lib/texinputs/isabelle,../../lib/texinputs/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}
 | 
| 
31691
 | 
    24  | 
  \noindent This tutorial introduces Isar type classes, which 
  | 
| 
31256
 | 
    25  | 
  are a convenient mechanism for organizing specifications.
  | 
| 
 | 
    26  | 
  Essentially, they combine an operational aspect (in the
  | 
| 
 | 
    27  | 
  manner of Haskell) with a logical aspect, both managed uniformly.
  | 
| 
20946
 | 
    28  | 
\end{abstract}
 | 
| 
 | 
    29  | 
  | 
| 
 | 
    30  | 
\thispagestyle{empty}\clearpage
 | 
| 
 | 
    31  | 
  | 
| 
 | 
    32  | 
\pagenumbering{roman}
 | 
| 
 | 
    33  | 
\clearfirst
  | 
| 
 | 
    34  | 
  | 
| 
 | 
    35  | 
\input{Thy/document/Classes.tex}
 | 
| 
 | 
    36  | 
  | 
| 
 | 
    37  | 
\begingroup
  | 
| 
 | 
    38  | 
\bibliographystyle{plain} \small\raggedright\frenchspacing
 | 
| 
30226
 | 
    39  | 
\bibliography{../manual}
 | 
| 
20946
 | 
    40  | 
\endgroup
  | 
| 
 | 
    41  | 
  | 
| 
 | 
    42  | 
\end{document}
 | 
| 
 | 
    43  | 
  | 
| 
 | 
    44  | 
  | 
| 
 | 
    45  | 
%%% Local Variables: 
  | 
| 
 | 
    46  | 
%%% mode: latex
  | 
| 
 | 
    47  | 
%%% TeX-master: t
  | 
| 
 | 
    48  | 
%%% End: 
  |