4.7.4 The Internals structure

showEnviron

Internals option

Structure

Shell.Options.Internals

Type

val showEnviron : bool option

Description

If true, show the lambda environment during compilation. The lambda environment is a mapping of lambda values to lambda variables.

Example

An example of the output produced during the evaluation of a simple ML expression is given below:

MLWorks> val x = 1;
The environment
 Ftr: { }
 Top: VE: { x --> FIELD 0/1 }
 SE: { }
val x : int = 1
MLWorks>


MLWorks Reference Manual (version 1.0) - 3 DEC 1996

Generated with Harlequin WebMaker