Next Previous Up Top Contents Index

4.7.4 The Internals structure

showLambda

Internals option

Structure

Shell.Options.Internals

Type

val showLambda: bool option

Description

If true, show unoptimized lambda code during compilation. Unoptimized lambda code is the result of the second stage in the compilation of ML code.

Example

When 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>

MLWorks Reference Manual version 2.0 - 29 Jul 1998

Next Previous Up Top Contents Index

Generated with Harlequin WebMaker