
4.7.4 The Internals structure
Shell.Options.Internals
val showLambda: bool option
true, show unoptimized lambda code during compilation. Unoptimized lambda code is the result of second stage in the compilation of ML code.
showLambda is set to true, the following is produced during the evaluation of a simple ML expression:
MLWorks> val x = 1; The unoptimised lambda code let v14196 = 1 in (v14196, INT 1) end val x : int = 1 MLWorks>

Generated with Harlequin WebMaker