src/Pure/RAW/ml_compiler_parameters_polyml-5.6.ML
changeset 62501 98fa1f9a292f
parent 62498 5dfcc9697f29
child 62502 8857237c3a90
equal deleted inserted replaced
62498:5dfcc9697f29 62501:98fa1f9a292f
     1 (*  Title:      Pure/RAW/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;