src/Pure/ML-Systems/polyml-5.1.ML
changeset 28152 c1277547d59f
parent 28144 2c27248bf267
child 28153 67147cc3f967
equal deleted inserted replaced
28151:61f9c918b410 28152:c1277547d59f
     2     ID:         $Id$
     2     ID:         $Id$
     3 
     3 
     4 Compatibility wrapper for Poly/ML 5.1.
     4 Compatibility wrapper for Poly/ML 5.1.
     5 *)
     5 *)
     6 
     6 
     7 structure PolyML_Thread = Thread;
     7 open Thread;
     8 use "ML-Systems/polyml_common.ML";
     8 use "ML-Systems/polyml_common.ML";
     9 
       
    10 open PolyML_Thread;
       
    11 use "ML-Systems/multithreading_polyml.ML";
     9 use "ML-Systems/multithreading_polyml.ML";
    12 
       
    13 use "ML-Systems/polyml_old_compiler5.ML";
    10 use "ML-Systems/polyml_old_compiler5.ML";
    14 
    11 
    15 val pointer_eq = PolyML.pointerEq;
    12 val pointer_eq = PolyML.pointerEq;
    16 
    13