| author | wenzelm | 
| Thu, 07 Jul 2022 16:37:56 +0200 | |
| changeset 75656 | 7900336c82b6 | 
| parent 72031 | b7cec26e41d1 | 
| child 80801 | 090adcdceaae | 
| permissions | -rw-r--r-- | 
| 62883 | 1 | (*** Isabelle/Pure bootstrap: initial setup ***) | 
| 2 | ||
| 72031 
b7cec26e41d1
clarified modules: ML_Statistics within bootstrap environment;
 wenzelm parents: 
62930diff
changeset | 3 | ML_file "ML/ml_statistics.ML"; | 
| 
b7cec26e41d1
clarified modules: ML_Statistics within bootstrap environment;
 wenzelm parents: 
62930diff
changeset | 4 | |
| 62923 | 5 | ML_file "General/exn.ML"; | 
| 62930 
51ac6bc389e8
shared output primitives of physical/virtual Pure;
 wenzelm parents: 
62929diff
changeset | 6 | ML_file "General/output_primitives.ML"; | 
| 62923 | 7 | |
| 8 | ML_file "Concurrent/thread_attributes.ML"; | |
| 62902 
3c0f53eae166
more conventional theory syntax for ML bootstrap, with 'ML_file' instead of 'use';
 wenzelm parents: 
62890diff
changeset | 9 | ML_file "Concurrent/thread_data.ML"; | 
| 62929 
b92565f98206
shared thread position for physical/virtual Pure;
 wenzelm parents: 
62923diff
changeset | 10 | ML_file "Concurrent/thread_position.ML"; | 
| 62923 | 11 | |
| 12 | ML_file "ML/ml_recursive.ML"; |