author | nipkow |
Mon, 28 Aug 2017 18:27:16 +0200 | |
changeset 66527 | 7ca69030a2af |
parent 66444 | 6d2d993fa76e |
child 66946 | 3d8fd98c7c86 |
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 |
*} |
|
48483
9bfb6978eb80
more explicit document = false to reduce warnings;
wenzelm
parents:
48475
diff
changeset
|
13 |
options [document = false] |
66444 | 14 |
sessions |
15 |
FOL |
|
58974 | 16 |
theories |
17 |
Wfd |
|
18 |
Fix |
|
48475 | 19 |
|
58974 | 20 |
(* Examples for Classical Computational Logic *) |
21 |
"ex/Nat" |
|
22 |
"ex/List" |
|
23 |
"ex/Stream" |
|
24 |
"ex/Flag" |
|
48475 | 25 |