src/Pure/ROOT0.ML
author wenzelm
Tue, 23 Jul 2019 23:10:22 +0200
changeset 70402 29d81b53c40b
parent 62930 51ac6bc389e8
child 72031 b7cec26e41d1
permissions -rw-r--r--
treat MinProof like Promise before 725438ceae7c, e.g. relevant for performance of session Corec (due to Thm.derivation_closed/close_derivation);

(*** Isabelle/Pure bootstrap: initial setup ***)

ML_file "General/exn.ML";
ML_file "General/output_primitives.ML";

ML_file "Concurrent/thread_attributes.ML";
ML_file "Concurrent/thread_data.ML";
ML_file "Concurrent/thread_position.ML";

ML_file "ML/ml_recursive.ML";