author | wenzelm |
Sat, 24 Nov 2012 16:24:39 +0100 | |
changeset 50186 | f83cab68c788 |
parent 48738 | f8c1a5b9488f |
child 51397 | 03b586ee5930 |
permissions | -rw-r--r-- |
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48483
diff
changeset
|
1 |
session CCL = Pure + |
48475 | 2 |
description {* |
3 |
Author: Martin Coen, Cambridge University Computer Laboratory |
|
4 |
Copyright 1993 University of Cambridge |
|
5 |
||
6 |
Classical Computational Logic based on First-Order Logic. |
|
7 |
||
8 |
A computational logic for an untyped functional language with |
|
9 |
evaluation to weak head-normal form. |
|
10 |
*} |
|
48483
9bfb6978eb80
more explicit document = false to reduce warnings;
wenzelm
parents:
48475
diff
changeset
|
11 |
options [document = false] |
48475 | 12 |
theories Wfd Fix |
13 |
||
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48483
diff
changeset
|
14 |
session "CCL-ex" in ex = CCL + |
48475 | 15 |
description {* |
16 |
Author: Martin Coen, Cambridge University Computer Laboratory |
|
17 |
Copyright 1993 University of Cambridge |
|
18 |
||
19 |
Examples for Classical Computational Logic. |
|
20 |
*} |
|
48483
9bfb6978eb80
more explicit document = false to reduce warnings;
wenzelm
parents:
48475
diff
changeset
|
21 |
options [document = false] |
48475 | 22 |
theories Nat List Stream Flag |
23 |