author | wenzelm |
Thu, 10 Oct 2019 14:55:26 +0200 | |
changeset 70823 | c6f2a73987cd |
parent 70606 | 4f4ede010687 |
child 70905 | a6304b4664b6 |
permissions | -rw-r--r-- |
51397
03b586ee5930
support for 'chapter' specifications within session ROOT;
wenzelm
parents:
50911
diff
changeset
|
1 |
chapter Pure |
03b586ee5930
support for 'chapter' specifications within session ROOT;
wenzelm
parents:
50911
diff
changeset
|
2 |
|
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48732
diff
changeset
|
3 |
session Pure = |
69319 | 4 |
description " |
5 |
The Pure logical framework. |
|
6 |
" |
|
70606 | 7 |
options [threads = 1, export_theory, export_proofs] |
62868
61a691db1c4d
support for ML project ROOT file, with imitation of ML "use" commands;
wenzelm
parents:
62866
diff
changeset
|
8 |
theories |
65374 | 9 |
Pure (global) |
65473 | 10 |
ML_Bootstrap (global) |
67215 | 11 |
Sessions |