doc-src/Classes/classes.tex
author Christian Urban <urbanc@in.tum.de>
Sun, 22 Aug 2010 12:58:03 +0800
changeset 38625 b97bd93fb9e2
parent 31691 7d50527dc008
child 42511 bf89455ccf9d
permissions -rw-r--r--
allow for pre-simplification of lifted theorems


\documentclass[12pt,a4paper,fleqn]{article}
\usepackage{latexsym,graphicx}
\usepackage[refpage]{nomencl}
\usepackage{../iman,../extra,../isar,../proof}
\usepackage{../isabelle,../isabellesym}
\usepackage{style}
\usepackage{../pdfsetup}


\hyphenation{Isabelle}
\hyphenation{Isar}
\isadroptag{theory}

\title{\includegraphics[scale=0.5]{isabelle_isar}
  \\[4ex] Haskell-style type classes with Isabelle/Isar}
\author{\emph{Florian Haftmann}}

\begin{document}

\maketitle

\begin{abstract}
  \noindent This tutorial introduces Isar type classes, which 
  are a convenient mechanism for organizing specifications.
  Essentially, they combine an operational aspect (in the
  manner of Haskell) with a logical aspect, both managed uniformly.
\end{abstract}

\thispagestyle{empty}\clearpage

\pagenumbering{roman}
\clearfirst

\input{Thy/document/Classes.tex}

\begingroup
\bibliographystyle{plain} \small\raggedright\frenchspacing
\bibliography{../manual}
\endgroup

\end{document}


%%% Local Variables: 
%%% mode: latex
%%% TeX-master: t
%%% End: