| author | desharna |
| Mon, 23 May 2022 10:23:33 +0200 | |
| changeset 75460 | 7c2fe41f5ee8 |
| parent 73404 | 299f6a8faccc |
| permissions | -rw-r--r-- |
| 15575 | 1 |
\documentclass[11pt,a4paper]{article}
|
| 73404 | 2 |
\usepackage[T1]{fontenc}
|
| 15575 | 3 |
\usepackage{graphicx,isabelle,isabellesym,latexsym}
|
4 |
\usepackage[only,bigsqcap]{stmaryrd}
|
|
| 40945 | 5 |
\usepackage{textcomp}
|
| 15575 | 6 |
\usepackage{pdfsetup}
|
7 |
||
8 |
\urlstyle{rm}
|
|
9 |
\isabellestyle{it}
|
|
10 |
\pagestyle{myheadings}
|
|
|
18293
4eaa654c92f2
reimplement Case expression pattern matching to support lazy patterns
huffman
parents:
16225
diff
changeset
|
11 |
\newcommand{\isasymas}{\textsf{as}}
|
|
4eaa654c92f2
reimplement Case expression pattern matching to support lazy patterns
huffman
parents:
16225
diff
changeset
|
12 |
\newcommand{\isasymlazy}{\isamath{\sim}}
|
| 41182 | 13 |
\newcommand{\isasymnotsqsubseteq}{\isamath{\not\sqsubseteq}}
|
| 15575 | 14 |
|
15 |
\begin{document}
|
|
16 |
||
17 |
\title{Isabelle/HOLCF --- Higher-Order Logic of Computable Functions}
|
|
18 |
\maketitle |
|
19 |
||
20 |
\tableofcontents |
|
21 |
||
22 |
\begin{center}
|
|
|
35901
12f09bf2c77f
fix LaTeX overfull hbox warnings in HOLCF document
huffman
parents:
29129
diff
changeset
|
23 |
\includegraphics[scale=0.45]{session_graph}
|
| 15575 | 24 |
\end{center}
|
25 |
||
26 |
\newpage |
|
27 |
||
| 58880 | 28 |
\renewcommand{\setisabellecontext}[1]{\markright{THEORY~``#1''}}
|
| 15575 | 29 |
|
30 |
\parindent 0pt\parskip 0.5ex |
|
31 |
\input{session}
|
|
32 |
||
33 |
\end{document}
|