
4.7.4 The Internals structure
Shell.Options.Internals
val showAbsyn : bool option
true, show abstract syntax representation during compilation. The abstract syntax is the first result of compilation from ML down to machine code.
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>

Generated with Harlequin WebMaker