src/Pure/RAW/ml_heap_polyml-5.3.0.ML
changeset 62468 d97e13e5ea5b
parent 62467 c1b88e647e2f
child 62478 a62c86d25024
equal deleted inserted replaced
62467:c1b88e647e2f 62468:d97e13e5ea5b
    11 end;
    11 end;
    12 
    12 
    13 structure ML_Heap: ML_HEAP =
    13 structure ML_Heap: ML_HEAP =
    14 struct
    14 struct
    15   fun share_common_data () = ();
    15   fun share_common_data () = ();
    16   val save_state = PolyML.SaveState.saveState o ml_platform_path;
    16   val save_state = PolyML.SaveState.saveState o ML_System.platform_path;
    17 end;
    17 end;