author | wenzelm |
Thu, 08 Nov 2018 22:29:09 +0100 | |
changeset 69272 | 15e9ed5b28fb |
parent 66946 | 3d8fd98c7c86 |
child 69319 | baccaf89ca0d |
permissions | -rw-r--r-- |
51397
03b586ee5930
support for 'chapter' specifications within session ROOT;
wenzelm
parents:
48738
diff
changeset
|
1 |
chapter FOLP |
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 FOLP = Pure + |
69272 | 4 |
description \<open> |
48475 | 5 |
Author: Martin Coen, Cambridge University Computer Laboratory |
6 |
Copyright 1993 University of Cambridge |
|
7 |
||
8 |
Modifed version of FOL that contains proof terms. |
|
9 |
||
10 |
Presence of unknown proof term means that matching does not behave as expected. |
|
69272 | 11 |
\<close> |
65527 | 12 |
theories |
13 |
IFOLP (global) |
|
14 |
FOLP (global) |
|
48475 | 15 |
|
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48483
diff
changeset
|
16 |
session "FOLP-ex" in ex = FOLP + |
69272 | 17 |
description \<open> |
48475 | 18 |
Author: Lawrence C Paulson, Cambridge University Computer Laboratory |
19 |
Copyright 1992 University of Cambridge |
|
20 |
||
21 |
Examples for First-Order Logic. |
|
69272 | 22 |
\<close> |
48475 | 23 |
theories |
24 |
Intro |
|
25 |
Nat |
|
26 |
Foundation |
|
27 |
If |
|
28 |
Intuitionistic |
|
29 |
Classical |
|
30 |
Propositional_Int |
|
31 |
Quantifiers_Int |
|
32 |
Propositional_Cla |
|
33 |
Quantifiers_Cla |