author | blanchet |
Mon, 07 Jan 2013 19:15:01 +0100 | |
changeset 50758 | 26936f4ae087 |
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 FOLP = Pure + |
48475 | 2 |
description {* |
3 |
Author: Martin Coen, Cambridge University Computer Laboratory |
|
4 |
Copyright 1993 University of Cambridge |
|
5 |
||
6 |
Modifed version of FOL that contains proof terms. |
|
7 |
||
8 |
Presence of unknown proof term means that matching does not behave as expected. |
|
9 |
*} |
|
48483
9bfb6978eb80
more explicit document = false to reduce warnings;
wenzelm
parents:
48475
diff
changeset
|
10 |
options [document = false] |
48475 | 11 |
theories FOLP |
12 |
||
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48483
diff
changeset
|
13 |
session "FOLP-ex" in ex = FOLP + |
48475 | 14 |
description {* |
15 |
Author: Lawrence C Paulson, Cambridge University Computer Laboratory |
|
16 |
Copyright 1992 University of Cambridge |
|
17 |
||
18 |
Examples for First-Order Logic. |
|
19 |
*} |
|
48483
9bfb6978eb80
more explicit document = false to reduce warnings;
wenzelm
parents:
48475
diff
changeset
|
20 |
options [document = false] |
48475 | 21 |
theories |
22 |
Intro |
|
23 |
Nat |
|
24 |
Foundation |
|
25 |
If |
|
26 |
Intuitionistic |
|
27 |
Classical |
|
28 |
Propositional_Int |
|
29 |
Quantifiers_Int |
|
30 |
Propositional_Cla |
|
31 |
Quantifiers_Cla |
|
32 |