src/Pure/ROOT.ML
changeset 52050 b40ed9dcf903
parent 52009 3b18ef9df768
child 52059 2f970c7f722b
equal deleted inserted replaced
52049:156e12d5cb92 52050:b40ed9dcf903
    69 
    69 
    70 use "System/options.ML";
    70 use "System/options.ML";
    71 
    71 
    72 
    72 
    73 (* concurrency within the ML runtime *)
    73 (* concurrency within the ML runtime *)
       
    74 
       
    75 use "Concurrent/event_timer.ML";
    74 
    76 
    75 if ML_System.is_polyml
    77 if ML_System.is_polyml
    76 then use "ML/exn_properties_polyml.ML"
    78 then use "ML/exn_properties_polyml.ML"
    77 else use "ML/exn_properties_dummy.ML";
    79 else use "ML/exn_properties_dummy.ML";
    78 
    80