src/Pure/ML-Systems/smlnj.ML
changeset 60964 fdb82e722f8a
parent 60956 10d463883dc2
child 60965 49c797cb9f46
equal deleted inserted replaced
60963:3c6751e2f10a 60964:fdb82e722f8a
   166 use "ML-Systems/ml_debugger.ML";
   166 use "ML-Systems/ml_debugger.ML";
   167 
   167 
   168 
   168 
   169 (* ML system operations *)
   169 (* ML system operations *)
   170 
   170 
       
   171 fun ml_platform_path (s: string) = s;
       
   172 
   171 use "ML-Systems/ml_system.ML";
   173 use "ML-Systems/ml_system.ML";
   172 
   174 
   173 structure ML_System =
   175 structure ML_System =
   174 struct
   176 struct
   175 
   177