| author | blanchet |
| Wed, 31 Oct 2012 11:23:21 +0100 | |
| changeset 49980 | 34b0464d7eef |
| 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 Cube = Pure + |
| 48475 | 2 |
description {*
|
3 |
Author: Tobias Nipkow |
|
4 |
Copyright 1992 University of Cambridge |
|
5 |
||
6 |
The Lambda-Cube a la Barendregt. |
|
7 |
*} |
|
|
48483
9bfb6978eb80
more explicit document = false to reduce warnings;
wenzelm
parents:
48475
diff
changeset
|
8 |
options [document = false] |
| 48475 | 9 |
theories Example |
10 |