Next Previous Up Top Contents Index

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

()

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 2.0 - 29 Jul 1998

Next Previous Up Top Contents Index

Generated with Harlequin WebMaker