| 11046 |      1 | 
 | 
|  |      2 | \documentclass[11pt,a4paper]{article}
 | 
|  |      3 | \usepackage{isabelle,isabellesym,pdfsetup}
 | 
|  |      4 | 
 | 
|  |      5 | %for best-style documents ...
 | 
|  |      6 | \urlstyle{rm}
 | 
|  |      7 | \isabellestyle{it}
 | 
|  |      8 | 
 | 
|  |      9 | \begin{document}
 | 
|  |     10 | 
 | 
| 12185 |     11 | \title{Examples of Inductive and Coinductive Definitions in HOL}
 | 
| 11046 |     12 | \author{Stefan Berghofer \\ Tobias Nipkow \\ Lawrence C Paulson \\ Markus Wenzel}
 | 
|  |     13 | \maketitle
 | 
|  |     14 | 
 | 
|  |     15 | \begin{abstract}
 | 
|  |     16 |   This is a collection of small examples to demonstrate Isabelle/HOL's
 | 
|  |     17 |   (co)inductive definitions package.  Large examples appear on many other
 | 
|  |     18 |   sessions, such as Lambda, IMP, and Auth.
 | 
|  |     19 | \end{abstract}
 | 
|  |     20 | 
 | 
|  |     21 | \tableofcontents
 | 
|  |     22 | \newpage
 | 
|  |     23 | 
 | 
|  |     24 | \parindent 0pt\parskip 0.5ex
 | 
|  |     25 | \input{session}
 | 
|  |     26 | 
 | 
|  |     27 | \end{document}
 |