author | haftmann |
Tue, 29 Jun 2010 11:25:04 +0200 | |
changeset 37613 | 355ec1b521e6 |
parent 33926 | dd017d9db05f |
child 38403 | eccccdeb3f73 |
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} |
|
30227 | 23 |
\noindent This tutorial gives an introduction to a generic code generator framework in Isabelle |
28213 | 24 |
for generating executable code in functional programming languages from logical |
25 |
specifications in Isabelle/HOL. |
|
20948 | 26 |
\end{abstract} |
27 |
||
28 |
\thispagestyle{empty}\clearpage |
|
29 |
||
30 |
\pagenumbering{roman} |
|
31 |
\clearfirst |
|
32 |
||
28419 | 33 |
\input{Thy/document/Introduction.tex} |
34 |
\input{Thy/document/Program.tex} |
|
37613
355ec1b521e6
split off predicate compiler into separate theory
haftmann
parents:
33926
diff
changeset
|
35 |
\input{Thy/document/Inductive_Predicate.tex} |
31050 | 36 |
\input{Thy/document/Adaptation.tex} |
28419 | 37 |
\input{Thy/document/Further.tex} |
38 |
\input{Thy/document/ML.tex} |
|
20948 | 39 |
|
40 |
\begingroup |
|
41 |
\bibliographystyle{plain} \small\raggedright\frenchspacing |
|
30226 | 42 |
\bibliography{../manual} |
20948 | 43 |
\endgroup |
44 |
||
45 |
\end{document} |
|
46 |
||
47 |
||
48 |
%%% Local Variables: |
|
49 |
%%% mode: latex |
|
50 |
%%% TeX-master: t |
|
51 |
%%% End: |