4.7.4 The Internals structure

showAbsyn

Internals option

Structure

Shell.Options.Internals

Type

val showAbsyn : bool option

Description

If true, show abstract syntax representation during compilation. The abstract syntax is the first result of compilation from ML down to machine code.

Example

When showAbsyn is set to true, the following is produced during the evaluation of a simple ML expression:

MLWorks> val x = 1;
The abstract syntax

(VALdec 
 (
  (
   (x int) <Listener #1>:1,5 to 1,9 1)) () ())
val x : int = 1
MLWorks>


MLWorks Reference Manual (version 1.0) - 3 DEC 1996

Generated with Harlequin WebMaker