src/Pure/ROOT1.ML
author wenzelm
Thu, 07 Apr 2016 16:53:43 +0200
changeset 62902 3c0f53eae166
parent 62887 6b2c60ebd915
permissions -rw-r--r--
more conventional theory syntax for ML bootstrap, with 'ML_file' instead of 'use'; avoid slowdown of Resources.loaded_files due to command name 'use' in Pure base syntax;

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

use_thy "Pure";
use_thy "ML_Bootstrap";

ML_file "ML/ml_pervasive1.ML";