doc-src/Tutorial/appendix.tex
author nipkow
Wed, 26 Aug 1998 16:57:49 +0200
changeset 5375 1463e182c533
child 5581 295bb029170c
permissions -rw-r--r--
The HOL tutorial.
nipkow@5375
     1
\appendix
nipkow@5375
     2
nipkow@5375
     3
\chapter{Appendix}
nipkow@5375
     4
\label{sec:Appendix}
nipkow@5375
     5
nipkow@5375
     6
\begin{figure}[htbp]
nipkow@5375
     7
\begin{center}
nipkow@5375
     8
\begin{tabular}{|llll|}
nipkow@5375
     9
\hline
nipkow@5375
    10
\texttt{arities} &
nipkow@5375
    11
\texttt{binder} &
nipkow@5375
    12
\texttt{classes} &
nipkow@5375
    13
\texttt{consts} \\
nipkow@5375
    14
\texttt{default} &
nipkow@5375
    15
\texttt{defs} &
nipkow@5375
    16
\texttt{end} &
nipkow@5375
    17
\texttt{global} \\
nipkow@5375
    18
\texttt{infixl} &
nipkow@5375
    19
\texttt{infixr} &
nipkow@5375
    20
\texttt{instance} &
nipkow@5375
    21
\texttt{local} \\
nipkow@5375
    22
\texttt{mixfix} &
nipkow@5375
    23
\texttt{ML} &
nipkow@5375
    24
\texttt{MLtext} &
nipkow@5375
    25
\texttt{nonterminals} \\
nipkow@5375
    26
\texttt{oracle} &
nipkow@5375
    27
\texttt{output} &
nipkow@5375
    28
\texttt{path} &
nipkow@5375
    29
\texttt{rules} \\
nipkow@5375
    30
\texttt{setup} &
nipkow@5375
    31
\texttt{syntax} &
nipkow@5375
    32
\texttt{translations} &
nipkow@5375
    33
\texttt{types} \\
nipkow@5375
    34
\texttt{constdefs} &
nipkow@5375
    35
\texttt{axclass} &&\\
nipkow@5375
    36
\hline
nipkow@5375
    37
\end{tabular}
nipkow@5375
    38
\end{center}
nipkow@5375
    39
\caption{Keywords in theory files}
nipkow@5375
    40
\label{fig:keywords}
nipkow@5375
    41
\end{figure}
nipkow@5375
    42
nipkow@5375
    43
\begin{figure}[htbp]
nipkow@5375
    44
\begin{center}
nipkow@5375
    45
\begin{tabular}{|lllll|}
nipkow@5375
    46
\hline
nipkow@5375
    47
\texttt{ALL} &
nipkow@5375
    48
\texttt{case} &
nipkow@5375
    49
\texttt{div} &
nipkow@5375
    50
\texttt{dvd} &
nipkow@5375
    51
\texttt{else} \\
nipkow@5375
    52
\texttt{EX} &
nipkow@5375
    53
\texttt{if} &
nipkow@5375
    54
\texttt{in} &
nipkow@5375
    55
\texttt{INT} &
nipkow@5375
    56
\texttt{Int} \\
nipkow@5375
    57
\texttt{LEAST} &
nipkow@5375
    58
\texttt{let} &
nipkow@5375
    59
\texttt{mod} &
nipkow@5375
    60
\texttt{O} &
nipkow@5375
    61
\texttt{o} \\
nipkow@5375
    62
\texttt{of} &
nipkow@5375
    63
\texttt{op} &
nipkow@5375
    64
\texttt{PROP} &
nipkow@5375
    65
\texttt{SIGMA} &
nipkow@5375
    66
\texttt{then} \\
nipkow@5375
    67
\texttt{Times} &
nipkow@5375
    68
\texttt{UN} &
nipkow@5375
    69
\texttt{Un} &&\\
nipkow@5375
    70
\hline
nipkow@5375
    71
\end{tabular}
nipkow@5375
    72
\end{center}
nipkow@5375
    73
\caption{Reserved words in HOL}
nipkow@5375
    74
\label{fig:ReservedWords}
nipkow@5375
    75
\end{figure}