src/Pure/ML-Systems/ml_compiler_parameters_polyml-5.6.ML
author wenzelm
Thu, 17 Dec 2015 17:32:01 +0100
changeset 61862 e2a9e46ac0fb
parent 61794 4c232a2ddeab
permissions -rw-r--r--
support pretty break indent, like underlying ML systems;

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

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

structure ML_Compiler_Parameters: ML_COMPILER_PARAMETERS =
struct

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

end;