| author | wenzelm |
| Thu, 05 Jan 2017 16:40:11 +0100 | |
| changeset 64804 | b2b05fdff3a7 |
| parent 57440 | 802d33c46459 |
| child 67102 | 411e49edd905 |
| permissions | -rw-r--r-- |
| 4689 | 1 |
|
| 19 | 2 |
Pure: The Pure Isabelle System |
| 0 | 3 |
|
| 4689 | 4 |
|
| 4620 | 5 |
This directory contains the ML source files for Pure Isabelle, which |
| 57440 | 6 |
is the basis for all object-logics. Building the Isabelle/Pure heap |
7 |
image in batch mode works as for any other session: |
|
| 16115 | 8 |
|
| 57440 | 9 |
isabelle build -b Pure |
| 16115 | 10 |
|
| 57440 | 11 |
To explore the bootstrap of Pure interactively, the raw ML console can |
12 |
be used like this: |
|
| 0 | 13 |
|
| 57440 | 14 |
isabelle console -l RAW |
| 30834 | 15 |
use "ROOT.ML"; |
| 16115 | 16 |