author | haftmann |
Sat, 30 May 2020 11:48:28 +0000 | |
changeset 71915 | 3956d85e8e81 |
parent 70678 | 36c8c32346cb |
child 75992 | 1f6d79b62222 |
permissions | -rw-r--r-- |
51397
03b586ee5930
support for 'chapter' specifications within session ROOT;
wenzelm
parents:
48738
diff
changeset
|
1 |
chapter CCL |
03b586ee5930
support for 'chapter' specifications within session ROOT;
wenzelm
parents:
48738
diff
changeset
|
2 |
|
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48483
diff
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:
70675
diff
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" |