src/Pure/ROOT.ML
changeset 50500 c94bba7906d2
parent 50498 6647ba2775c1
child 50686 d703e3aafa8c
equal deleted inserted replaced
50499:f496b2b7bafb 50500:c94bba7906d2
    95 if Multithreading.available then ()
    95 if Multithreading.available then ()
    96 else use "Concurrent/par_list_sequential.ML";
    96 else use "Concurrent/par_list_sequential.ML";
    97 
    97 
    98 use "Concurrent/mailbox.ML";
    98 use "Concurrent/mailbox.ML";
    99 use "Concurrent/cache.ML";
    99 use "Concurrent/cache.ML";
       
   100 
       
   101 use "PIDE/active.ML";
   100 
   102 
   101 
   103 
   102 (* fundamental structures *)
   104 (* fundamental structures *)
   103 
   105 
   104 use "name.ML";
   106 use "name.ML";
   249 (*theory documents*)
   251 (*theory documents*)
   250 use "System/isabelle_system.ML";
   252 use "System/isabelle_system.ML";
   251 use "Thy/term_style.ML";
   253 use "Thy/term_style.ML";
   252 use "Thy/thy_output.ML";
   254 use "Thy/thy_output.ML";
   253 use "Thy/thy_syntax.ML";
   255 use "Thy/thy_syntax.ML";
   254 use "PIDE/active.ML";
       
   255 use "PIDE/command.ML";
   256 use "PIDE/command.ML";
   256 use "Isar/outer_syntax.ML";
   257 use "Isar/outer_syntax.ML";
   257 use "General/graph_display.ML";
   258 use "General/graph_display.ML";
   258 use "Thy/present.ML";
   259 use "Thy/present.ML";
   259 use "Thy/thy_load.ML";
   260 use "Thy/thy_load.ML";