src/Pure/ML-Systems/ml_compiler_parameters_polyml-5.6.ML
changeset 61925 ab52f183f020
parent 61924 55b3d21ab5e5
child 61926 17ba31a2303b
equal deleted inserted replaced
61924:55b3d21ab5e5 61925:ab52f183f020
     1 (*  Title:      Pure/ML/ml_compiler_parameters_polyml-5.6.ML
       
     2     Author:     Makarius
       
     3 
       
     4 Additional ML compiler parameters for Poly/ML 5.6, or later.
       
     5 *)
       
     6 
       
     7 structure ML_Compiler_Parameters: ML_COMPILER_PARAMETERS =
       
     8 struct
       
     9 
       
    10 fun debug b = [PolyML.Compiler.CPDebug b];
       
    11 
       
    12 end;