src/Pure/ROOT.ML
changeset 62355 00f7618a9f2b
parent 62354 fdd6989cc8a0
child 62356 e307a410f46c
equal deleted inserted replaced
62354:fdd6989cc8a0 62355:00f7618a9f2b
    96 use "config.ML";
    96 use "config.ML";
    97 
    97 
    98 
    98 
    99 (* concurrency within the ML runtime *)
    99 (* concurrency within the ML runtime *)
   100 
   100 
   101 use "ML/exn_properties_polyml.ML";
   101 use "ML/exn_properties.ML";
   102 
   102 
   103 if ML_System.name = "polyml-5.5.0"
   103 if ML_System.name = "polyml-5.5.0"
   104   orelse ML_System.name = "polyml-5.5.1"
   104   orelse ML_System.name = "polyml-5.5.1"
   105   orelse ML_System.name = "polyml-5.5.2"
   105   orelse ML_System.name = "polyml-5.5.2"
   106   orelse ML_System.name = "polyml-5.6"
   106   orelse ML_System.name = "polyml-5.6"
   198 
   198 
   199 (*ML support and global execution*)
   199 (*ML support and global execution*)
   200 use "ML/ml_syntax.ML";
   200 use "ML/ml_syntax.ML";
   201 use "ML/ml_env.ML";
   201 use "ML/ml_env.ML";
   202 use "ML/ml_options.ML";
   202 use "ML/ml_options.ML";
   203 use "ML/exn_output_polyml.ML";
   203 use "ML/exn_output.ML";
   204 use "ML/ml_options.ML";
   204 use "ML/ml_options.ML";
   205 use "Isar/runtime.ML";
   205 use "Isar/runtime.ML";
   206 use "PIDE/execution.ML";
   206 use "PIDE/execution.ML";
   207 use "ML/ml_compiler_polyml.ML";
   207 use "ML/ml_compiler.ML";
   208 
   208 
   209 use "skip_proof.ML";
   209 use "skip_proof.ML";
   210 use "goal.ML";
   210 use "goal.ML";
   211 
   211 
   212 (*proof context*)
   212 (*proof context*)