
4.7.4 The Internals structure
Shell.Options.Internals
val showOptLambda: bool option
true, show optimized lambda code during compilation. Optimized lambda code is the result of the third stage in the compilation of ML code. With showOptLamda set to true, both the unoptimized, and the optimized lambda code are shown.
MLWorks> val x = 1; The optimized lambda code let v14207 = (1, INT 1) in v14207 end val x : int = 1 MLWorks>

Generated with Harlequin WebMaker