author | wenzelm |
Wed, 02 Jul 2014 13:23:11 +0200 | |
changeset 57488 | 58db442609ac |
parent 51403 | 2ff3a5589b05 |
child 58974 | cbc2ac19d783 |
permissions | -rw-r--r-- |
51397
03b586ee5930
support for 'chapter' specifications within session ROOT;
wenzelm
parents:
48738
diff
changeset
|
1 |
chapter LCF |
03b586ee5930
support for 'chapter' specifications within session ROOT;
wenzelm
parents:
48738
diff
changeset
|
2 |
|
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48483
diff
changeset
|
3 |
session LCF = Pure + |
48475 | 4 |
description {* |
5 |
Author: Tobias Nipkow |
|
6 |
Copyright 1992 University of Cambridge |
|
51403
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
7 |
|
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
8 |
Logic for Computable Functions. |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
9 |
|
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
10 |
Useful references on LCF: Lawrence C. Paulson, |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
11 |
Logic and Computation: Interactive proof with Cambridge LCF (CUP, 1987) |
48475 | 12 |
*} |
48483
9bfb6978eb80
more explicit document = false to reduce warnings;
wenzelm
parents:
48475
diff
changeset
|
13 |
options [document = false] |
48475 | 14 |
theories LCF |
15 |
||
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48483
diff
changeset
|
16 |
session "LCF-ex" in ex = LCF + |
48475 | 17 |
description {* |
18 |
Author: Tobias Nipkow |
|
19 |
Copyright 1991 University of Cambridge |
|
20 |
||
21 |
Some examples from Lawrence Paulson's book Logic and Computation. |
|
22 |
*} |
|
48483
9bfb6978eb80
more explicit document = false to reduce warnings;
wenzelm
parents:
48475
diff
changeset
|
23 |
options [document = false] |
9bfb6978eb80
more explicit document = false to reduce warnings;
wenzelm
parents:
48475
diff
changeset
|
24 |
theories |
9bfb6978eb80
more explicit document = false to reduce warnings;
wenzelm
parents:
48475
diff
changeset
|
25 |
Ex1 |
9bfb6978eb80
more explicit document = false to reduce warnings;
wenzelm
parents:
48475
diff
changeset
|
26 |
Ex2 |
9bfb6978eb80
more explicit document = false to reduce warnings;
wenzelm
parents:
48475
diff
changeset
|
27 |
Ex3 |
9bfb6978eb80
more explicit document = false to reduce warnings;
wenzelm
parents:
48475
diff
changeset
|
28 |
Ex4 |
48475 | 29 |