| author | haftmann |
| Wed, 01 Sep 2010 17:14:42 +0200 | |
| changeset 39023 | 3f70c03e8282 |
| parent 38813 | f50f0802ba99 |
| child 39693 | 2ef15ec8e7dc |
| permissions | -rw-r--r-- |
| 20948 | 1 |
|
| 30227 | 2 |
\documentclass[12pt,a4paper,fleqn]{article}
|
| 20948 | 3 |
\usepackage{latexsym,graphicx}
|
4 |
\usepackage[refpage]{nomencl}
|
|
| 30226 | 5 |
\usepackage{../iman,../extra,../isar,../proof}
|
6 |
\usepackage{../isabelle,../isabellesym}
|
|
| 20948 | 7 |
\usepackage{style}
|
| 30226 | 8 |
\usepackage{../pdfsetup}
|
| 20948 | 9 |
|
10 |
\hyphenation{Isabelle}
|
|
11 |
\hyphenation{Isar}
|
|
12 |
\isadroptag{theory}
|
|
| 28564 | 13 |
|
| 20948 | 14 |
\title{\includegraphics[scale=0.5]{isabelle_isar}
|
| 21222 | 15 |
\\[4ex] Code generation from Isabelle/HOL theories} |
|
33926
dd017d9db05f
adding subsection about the predicate compiler to the code generator tutorial
bulwahn
parents:
31050
diff
changeset
|
16 |
\author{\emph{Florian Haftmann with contributions from Lukas Bulwahn}}
|
| 20948 | 17 |
|
18 |
\begin{document}
|
|
19 |
||
20 |
\maketitle |
|
21 |
||
22 |
\begin{abstract}
|
|
| 38403 | 23 |
\noindent This tutorial introduces the code generator facilities of Isabelle/HOL. |
24 |
They empower the user to turn HOL specifications into corresponding executable |
|
| 38813 | 25 |
programs in the languages SML, OCaml, Haskell and Scala. |
| 20948 | 26 |
\end{abstract}
|
27 |
||
28 |
\thispagestyle{empty}\clearpage
|
|
29 |
||
30 |
\pagenumbering{roman}
|
|
31 |
\clearfirst |
|
32 |
||
| 28419 | 33 |
\input{Thy/document/Introduction.tex}
|
| 38405 | 34 |
\input{Thy/document/Foundations.tex}
|
35 |
\input{Thy/document/Refinement.tex}
|
|
|
37613
355ec1b521e6
split off predicate compiler into separate theory
haftmann
parents:
33926
diff
changeset
|
36 |
\input{Thy/document/Inductive_Predicate.tex}
|
| 31050 | 37 |
\input{Thy/document/Adaptation.tex}
|
| 38510 | 38 |
\input{Thy/document/Evaluation.tex}
|
| 28419 | 39 |
\input{Thy/document/Further.tex}
|
| 20948 | 40 |
|
41 |
\begingroup |
|
42 |
\bibliographystyle{plain} \small\raggedright\frenchspacing
|
|
| 30226 | 43 |
\bibliography{../manual}
|
| 20948 | 44 |
\endgroup |
45 |
||
46 |
\end{document}
|
|
47 |
||
48 |
||
49 |
%%% Local Variables: |
|
50 |
%%% mode: latex |
|
51 |
%%% TeX-master: t |
|
52 |
%%% End: |