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