| author | wenzelm | 
| Sun, 12 Jan 2025 12:54:25 +0100 | |
| changeset 81773 | 5df6481f45f9 | 
| parent 75992 | 1f6d79b62222 | 
| permissions | -rw-r--r-- | 
| 75992 | 1 | chapter FOL | 
| 51397 
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 | |
| 70678 
36c8c32346cb
clarified syntax: 'directories' and 'theories' belong together;
 wenzelm parents: 
70675diff
changeset | 15 | directories "ex" | 
| 58974 | 16 | theories | 
| 17 | Wfd | |
| 18 | Fix | |
| 19 | (* Examples for Classical Computational Logic *) | |
| 20 | "ex/Nat" | |
| 21 | "ex/List" | |
| 22 | "ex/Stream" | |
| 23 | "ex/Flag" |