src/Pure/RAW/ml_compiler_parameters_polyml-5.6.ML
author wenzelm
Sat, 26 Dec 2015 15:03:41 +0100
changeset 61931 ed47044ee6a6
parent 61925 ab52f183f020
child 62058 1cfd5d604937
permissions -rw-r--r--
more proofs, more text;

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