
4.7.4 The Internals structure
Shell.Options.Internals
val showEnviron : bool option
true, show the lambda environment during compilation. The lambda environment is a mapping of lambda values to lambda variables.
MLWorks> val x = 1;
The environment
Ftr: { }
Top: VE: { x --> FIELD 0/1 }
SE: { }
val x : int = 1
MLWorks>

Generated with Harlequin WebMaker