4.4.1 The Debug structure

stepThrough

Function

Structure

Shell.Debug

Type

val stepThrough: ('a -> 'b) -> 'a -> 'b

Syntax

stepThrough function b -> () 

Arguments

function
A function.

b
Arguments to apply to function.

Values

unit

Description

Steps through the evaluation of function applied to b. Invokes either the GUI debugger or the TTY debugger depending on which version of MLWorks is being used.


MLWorks Reference Manual (version 1.0) - 3 DEC 1996

Generated with Harlequin WebMaker