author | wenzelm |
Tue, 24 Jul 2012 20:42:34 +0200 | |
changeset 48483 | 9bfb6978eb80 |
parent 48475 | 02dd825f5a4e |
child 48738 | f8c1a5b9488f |
permissions | -rw-r--r-- |
48475 | 1 |
session FOLP! in "." = Pure + |
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 |
||
13 |
session ex = FOLP + |
|
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 |