| author | wenzelm | 
| Thu, 14 Aug 2014 11:55:09 +0200 | |
| changeset 57936 | 74ea9ba645c3 | 
| parent 51397 | 03b586ee5930 | 
| child 65527 | 0d8a7013bf36 | 
| permissions | -rw-r--r-- | 
| 51397 
03b586ee5930
support for 'chapter' specifications within session ROOT;
 wenzelm parents: 
48738diff
changeset | 1 | chapter FOLP | 
| 
03b586ee5930
support for 'chapter' specifications within session ROOT;
 wenzelm parents: 
48738diff
changeset | 2 | |
| 48738 
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
 wenzelm parents: 
48483diff
changeset | 3 | session FOLP = Pure + | 
| 48475 | 4 |   description {*
 | 
| 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. | |
| 11 | *} | |
| 48483 
9bfb6978eb80
more explicit document = false to reduce warnings;
 wenzelm parents: 
48475diff
changeset | 12 | options [document = false] | 
| 48475 | 13 | theories FOLP | 
| 14 | ||
| 48738 
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
 wenzelm parents: 
48483diff
changeset | 15 | session "FOLP-ex" in ex = FOLP + | 
| 48475 | 16 |   description {*
 | 
| 17 | Author: Lawrence C Paulson, Cambridge University Computer Laboratory | |
| 18 | Copyright 1992 University of Cambridge | |
| 19 | ||
| 20 | Examples for First-Order Logic. | |
| 21 | *} | |
| 48483 
9bfb6978eb80
more explicit document = false to reduce warnings;
 wenzelm parents: 
48475diff
changeset | 22 | options [document = false] | 
| 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 | |
| 34 |