author | wenzelm |
Mon, 01 Nov 2021 15:24:53 +0100 | |
changeset 74650 | e911be103066 |
parent 69319 | baccaf89ca0d |
child 75992 | 1f6d79b62222 |
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 + |
69319 | 4 |
description " |
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. |
|
69319 | 11 |
" |
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 + |
69319 | 17 |
description " |
48475 | 18 |
Author: Lawrence C Paulson, Cambridge University Computer Laboratory |
19 |
Copyright 1992 University of Cambridge |
|
20 |
||
21 |
Examples for First-Order Logic. |
|
69319 | 22 |
" |
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 |