| author | wenzelm | 
| Thu, 30 May 2013 16:31:53 +0200 | |
| changeset 52240 | 066c2ff17f7c | 
| parent 51397 | 03b586ee5930 | 
| child 58974 | cbc2ac19d783 | 
| 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]  | 
| 48475 | 14  | 
theories Wfd Fix  | 
15  | 
||
| 
48738
 
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
 
wenzelm 
parents: 
48483 
diff
changeset
 | 
16  | 
session "CCL-ex" in ex = CCL +  | 
| 48475 | 17  | 
  description {*
 | 
18  | 
Author: Martin Coen, Cambridge University Computer Laboratory  | 
|
19  | 
Copyright 1993 University of Cambridge  | 
|
20  | 
||
21  | 
Examples for Classical Computational Logic.  | 
|
22  | 
*}  | 
|
| 
48483
 
9bfb6978eb80
more explicit document = false to reduce warnings;
 
wenzelm 
parents: 
48475 
diff
changeset
 | 
23  | 
options [document = false]  | 
| 48475 | 24  | 
theories Nat List Stream Flag  | 
25  |