src/Pure/ML-Systems/polyml-5.0.ML
changeset 30627 fb9e73c01603
parent 29638 1f8f3d26a2cf
child 30672 beaadd5af500
equal deleted inserted replaced
30626:248de8dd839e 30627:fb9e73c01603
     5 
     5 
     6 use "ML-Systems/universal.ML";
     6 use "ML-Systems/universal.ML";
     7 use "ML-Systems/thread_dummy.ML";
     7 use "ML-Systems/thread_dummy.ML";
     8 use "ML-Systems/polyml_common.ML";
     8 use "ML-Systems/polyml_common.ML";
     9 use "ML-Systems/polyml_old_compiler5.ML";
     9 use "ML-Systems/polyml_old_compiler5.ML";
       
    10 use "ML-Systems/polyml_pp.ML";
    10 
    11 
    11 val pointer_eq = PolyML.pointerEq;
    12 val pointer_eq = PolyML.pointerEq;
    12 
    13 
    13 fun share_common_data () = PolyML.shareCommonData PolyML.rootFunction;
    14 fun share_common_data () = PolyML.shareCommonData PolyML.rootFunction;
    14 
    15