src/Pure/ROOT.ML
changeset 50255 d0ec1f0d1d7d
parent 50217 ce1f0602f48e
child 50450 358b6020f8b6
equal deleted inserted replaced
50254:935ac0ad7e83 50255:d0ec1f0d1d7d
    67 
    67 
    68 use "General/graph.ML";
    68 use "General/graph.ML";
    69 
    69 
    70 
    70 
    71 (* concurrency within the ML runtime *)
    71 (* concurrency within the ML runtime *)
       
    72 
       
    73 if ML_System.name = "polyml-5.5.0"
       
    74 then use "ML/ml_statistics_polyml-5.5.0.ML"
       
    75 else use "ML/ml_statistics_dummy.ML";
    72 
    76 
    73 use "Concurrent/single_assignment.ML";
    77 use "Concurrent/single_assignment.ML";
    74 if Multithreading.available then ()
    78 if Multithreading.available then ()
    75 else use "Concurrent/single_assignment_sequential.ML";
    79 else use "Concurrent/single_assignment_sequential.ML";
    76 
    80