src/Pure/RAW/ml_compiler_parameters_polyml-5.6.ML
author wenzelm
Wed, 23 Dec 2015 23:09:13 +0100
changeset 61925 ab52f183f020
parent 61794 src/Pure/ML-Systems/ml_compiler_parameters_polyml-5.6.ML@4c232a2ddeab
child 62058 1cfd5d604937
permissions -rw-r--r--
clarified directory structure;

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