author | wenzelm |
Sun, 20 Oct 2019 16:16:23 +0200 | |
changeset 70914 | 05c4c6a99b3f |
parent 62930 | 51ac6bc389e8 |
child 72031 | b7cec26e41d1 |
permissions | -rw-r--r-- |
62883 | 1 |
(*** Isabelle/Pure bootstrap: initial setup ***) |
2 |
||
62923 | 3 |
ML_file "General/exn.ML"; |
62930
51ac6bc389e8
shared output primitives of physical/virtual Pure;
wenzelm
parents:
62929
diff
changeset
|
4 |
ML_file "General/output_primitives.ML"; |
62923 | 5 |
|
6 |
ML_file "Concurrent/thread_attributes.ML"; |
|
62902
3c0f53eae166
more conventional theory syntax for ML bootstrap, with 'ML_file' instead of 'use';
wenzelm
parents:
62890
diff
changeset
|
7 |
ML_file "Concurrent/thread_data.ML"; |
62929
b92565f98206
shared thread position for physical/virtual Pure;
wenzelm
parents:
62923
diff
changeset
|
8 |
ML_file "Concurrent/thread_position.ML"; |
62923 | 9 |
|
10 |
ML_file "ML/ml_recursive.ML"; |