author | wenzelm |
Wed, 17 Oct 2012 14:39:00 +0200 | |
changeset 49891 | a6563caedf7a |
parent 48738 | f8c1a5b9488f |
child 51397 | 03b586ee5930 |
permissions | -rw-r--r-- |
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48483
diff
changeset
|
1 |
session LCF = Pure + |
48475 | 2 |
description {* |
3 |
Author: Tobias Nipkow |
|
4 |
Copyright 1992 University of Cambridge |
|
5 |
*} |
|
48483
9bfb6978eb80
more explicit document = false to reduce warnings;
wenzelm
parents:
48475
diff
changeset
|
6 |
options [document = false] |
48475 | 7 |
theories LCF |
8 |
||
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48483
diff
changeset
|
9 |
session "LCF-ex" in ex = LCF + |
48475 | 10 |
description {* |
11 |
Author: Tobias Nipkow |
|
12 |
Copyright 1991 University of Cambridge |
|
13 |
||
14 |
Some examples from Lawrence Paulson's book Logic and Computation. |
|
15 |
*} |
|
48483
9bfb6978eb80
more explicit document = false to reduce warnings;
wenzelm
parents:
48475
diff
changeset
|
16 |
options [document = false] |
9bfb6978eb80
more explicit document = false to reduce warnings;
wenzelm
parents:
48475
diff
changeset
|
17 |
theories |
9bfb6978eb80
more explicit document = false to reduce warnings;
wenzelm
parents:
48475
diff
changeset
|
18 |
Ex1 |
9bfb6978eb80
more explicit document = false to reduce warnings;
wenzelm
parents:
48475
diff
changeset
|
19 |
Ex2 |
9bfb6978eb80
more explicit document = false to reduce warnings;
wenzelm
parents:
48475
diff
changeset
|
20 |
Ex3 |
9bfb6978eb80
more explicit document = false to reduce warnings;
wenzelm
parents:
48475
diff
changeset
|
21 |
Ex4 |
48475 | 22 |