| author | wenzelm | 
| Sat, 02 Apr 2016 23:14:08 +0200 | |
| changeset 62825 | e6e80a8bf624 | 
| parent 58974 | cbc2ac19d783 | 
| child 66444 | 6d2d993fa76e | 
| permissions | -rw-r--r-- | 
| 51397 
03b586ee5930
support for 'chapter' specifications within session ROOT;
 wenzelm parents: 
48738diff
changeset | 1 | chapter CCL | 
| 
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 CCL = Pure + | 
| 48475 | 4 |   description {*
 | 
| 5 | Author: Martin Coen, Cambridge University Computer Laboratory | |
| 6 | Copyright 1993 University of Cambridge | |
| 7 | ||
| 8 | Classical Computational Logic based on First-Order Logic. | |
| 9 | ||
| 10 | A computational logic for an untyped functional language with | |
| 11 | evaluation to weak head-normal form. | |
| 12 | *} | |
| 48483 
9bfb6978eb80
more explicit document = false to reduce warnings;
 wenzelm parents: 
48475diff
changeset | 13 | options [document = false] | 
| 58974 | 14 | theories | 
| 15 | Wfd | |
| 16 | Fix | |
| 48475 | 17 | |
| 58974 | 18 | (* Examples for Classical Computational Logic *) | 
| 19 | "ex/Nat" | |
| 20 | "ex/List" | |
| 21 | "ex/Stream" | |
| 22 | "ex/Flag" | |
| 48475 | 23 |