src/Pure/ROOT.ML
changeset 62848 e4140efe699e
parent 62847 1bd1d8492931
child 62849 caaa2fc4040d
equal deleted inserted replaced
62847:1bd1d8492931 62848:e4140efe699e
   239 use "Isar/method.ML";
   239 use "Isar/method.ML";
   240 use "Isar/proof.ML";
   240 use "Isar/proof.ML";
   241 use "Isar/element.ML";
   241 use "Isar/element.ML";
   242 use "Isar/obtain.ML";
   242 use "Isar/obtain.ML";
   243 use "Isar/subgoal.ML";
   243 use "Isar/subgoal.ML";
       
   244 use "Isar/calculation.ML";
   244 
   245 
   245 (*local theories and targets*)
   246 (*local theories and targets*)
   246 use "Isar/locale.ML";
   247 use "Isar/locale.ML";
   247 use "Isar/generic_target.ML";
   248 use "Isar/generic_target.ML";
   248 use "Isar/overloading.ML";
   249 use "Isar/overloading.ML";
   319 
   320 
   320 use "Tools/build.ML";
   321 use "Tools/build.ML";
   321 use "Tools/named_thms.ML";
   322 use "Tools/named_thms.ML";
   322 use "ML/ml_pp.ML";
   323 use "ML/ml_pp.ML";
   323 use "ML/ml_file.ML";
   324 use "ML/ml_file.ML";
       
   325 use "ML/ml_antiquotations.ML";
       
   326 use "ML/ml_thms.ML";
       
   327 use "Tools/print_operation.ML";
       
   328 
       
   329 use "Tools/bibtex.ML";
       
   330 use "Tools/rail.ML";
       
   331 use "Tools/rule_insts.ML";
       
   332 use "Tools/thm_deps.ML";
       
   333 use "Tools/thy_deps.ML";
       
   334 use "Tools/class_deps.ML";
       
   335 use "Tools/find_theorems.ML";
       
   336 use "Tools/find_consts.ML";
       
   337 use "Tools/simplifier_trace.ML";
       
   338 use_no_debug "Tools/debugger.ML";
       
   339 use "Tools/named_theorems.ML";
       
   340 use "Tools/jedit.ML";
       
   341 
   324 use_thy "Pure";
   342 use_thy "Pure";
   325 
   343 
   326 
   344 
   327 (* final ML setup *)
   345 (* final ML setup *)
   328 
   346