src/Pure/ML-Systems/ml_compiler_parameters_polyml-5.5.3.ML
author wenzelm
Wed, 22 Jul 2015 23:26:00 +0200
changeset 60767 ad5b4771fc19
parent 60745 d86b4cd0f1ec
permissions -rw-r--r--
tuned proofs;

(*  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;