src/Pure/ML-Systems/polyml.ML
changeset 60964 fdb82e722f8a
parent 60962 faa452d8e265
child 60965 49c797cb9f46
equal deleted inserted replaced
60963:3c6751e2f10a 60964:fdb82e722f8a
    29 
    29 
    30 if ML_System.name = "polyml-5.3.0"
    30 if ML_System.name = "polyml-5.3.0"
    31 then use "ML-Systems/share_common_data_polyml-5.3.0.ML"
    31 then use "ML-Systems/share_common_data_polyml-5.3.0.ML"
    32 else ();
    32 else ();
    33 
    33 
       
    34 fun ml_platform_path (s: string) = s;
    34 if ML_System.platform_is_windows then use "ML-Systems/windows_polyml.ML" else ();
    35 if ML_System.platform_is_windows then use "ML-Systems/windows_polyml.ML" else ();
    35 
    36 
    36 structure ML_System =
    37 structure ML_System =
    37 struct
    38 struct
    38 
    39