| author | paulson <lp15@cam.ac.uk> | 
| Wed, 17 Jul 2019 14:02:42 +0100 | |
| changeset 70365 | 4df0628e8545 | 
| parent 69319 | baccaf89ca0d | 
| child 70675 | efd995488228 | 
| 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 + | 
| 69319 | 4 | description " | 
| 48475 | 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. | |
| 69319 | 12 | " | 
| 66444 | 13 | sessions | 
| 14 | FOL | |
| 58974 | 15 | theories | 
| 16 | Wfd | |
| 17 | Fix | |
| 18 | (* Examples for Classical Computational Logic *) | |
| 19 | "ex/Nat" | |
| 20 | "ex/List" | |
| 21 | "ex/Stream" | |
| 22 | "ex/Flag" |