src/Pure/ML-Systems/ml_compiler_parameters_polyml-5.5.3.ML
author wenzelm
Thu, 30 Jul 2015 14:02:19 +0200
changeset 60835 6512bb0b1ff4
parent 60745 d86b4cd0f1ec
permissions -rw-r--r--
clarified management of (single) session; proper Debugger.Update events;

(*  Title:      Pure/ML/ml_compiler_parameters_polyml-5.5.3.ML
    Author:     Makarius

Additional ML compiler parameters for Poly/ML 5.5.3, or later.
*)

structure ML_Compiler_Parameters: ML_COMPILER_PARAMETERS =
struct

fun debug b = [PolyML.Compiler.CPDebug b];

end;