author | haftmann |
Mon, 25 Dec 2017 11:22:49 +0100 | |
changeset 67279 | d327c11c9f3e |
parent 66946 | 3d8fd98c7c86 |
child 69272 | 15e9ed5b28fb |
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 + |
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 |
*} |
|
66444 | 13 |
sessions |
14 |
FOL |
|
58974 | 15 |
theories |
16 |
Wfd |
|
17 |
Fix |
|
48475 | 18 |
|
58974 | 19 |
(* Examples for Classical Computational Logic *) |
20 |
"ex/Nat" |
|
21 |
"ex/List" |
|
22 |
"ex/Stream" |
|
23 |
"ex/Flag" |