author | wenzelm |
Mon, 11 Mar 2013 13:28:46 +0100 | |
changeset 51397 | 03b586ee5930 |
parent 48738 | f8c1a5b9488f |
child 51403 | 2ff3a5589b05 |
permissions | -rw-r--r-- |
51397
03b586ee5930
support for 'chapter' specifications within session ROOT;
wenzelm
parents:
48738
diff
changeset
|
1 |
chapter Cube |
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 Cube = Pure + |
48475 | 4 |
description {* |
5 |
Author: Tobias Nipkow |
|
6 |
Copyright 1992 University of Cambridge |
|
7 |
||
8 |
The Lambda-Cube a la Barendregt. |
|
9 |
*} |
|
48483
9bfb6978eb80
more explicit document = false to reduce warnings;
wenzelm
parents:
48475
diff
changeset
|
10 |
options [document = false] |
48475 | 11 |
theories Example |
12 |