author | wenzelm |
Mon, 08 Oct 2001 12:13:34 +0200 | |
changeset 11705 | ac8ca15c556c |
parent 11418 | 53a402c10ba9 |
child 11866 | fbd097aec213 |
permissions | -rw-r--r-- |
9722 | 1 |
% |
2 |
\begin{isabellebody}% |
|
9924 | 3 |
\def\isabellecontext{fakenat}% |
8749 | 4 |
% |
5 |
\begin{isamarkuptext}% |
|
6 |
\noindent |
|
11418 | 7 |
The type \tydx{nat} of natural |
8 |
numbers is predefined to have the constructors \cdx{0} and~\cdx{Suc}. It behaves as if it were declared like this:% |
|
8749 | 9 |
\end{isamarkuptext}% |
10187 | 10 |
\isacommand{datatype}\ nat\ {\isacharequal}\ {\isadigit{0}}\ {\isacharbar}\ Suc\ nat\end{isabellebody}% |
9145 | 11 |
%%% Local Variables: |
12 |
%%% mode: latex |
|
13 |
%%% TeX-master: "root" |
|
14 |
%%% End: |