next node: FmtOption,
prev node: FmtBasicTypes,
up to node: Subsystem Formatting Tools


FmtDebug

The structure FmtDebug provides side-effect printing functions for debugging based on the textual formatter ( Fmt).

Signature of FmtDebug

List of Import References :
See BOOL
See Char
See DENOTATION
See Fmt
See Nat
See Option
See Seq
See String
See Void

SIGNATURE FmtDebug[data]

$Date: 1998/06/16 16:00:24 $ ($Revision: 1.1.1.1 $)

-- version 1.0 Mon Sep  4 18:54:30 1995

SORT data

IMPORT   Fmt            ONLY fmt

FUN PRINT : bool ** fmt ** data -> data
FUN PRINT : bool ** (() -> fmt) ** data -> data


next node: FmtOption,
prev node: FmtBasicTypes,
up to node: Subsystem Formatting Tools