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: 2010-09-30 18:24:17 +0200 (Do, 30. Sep 2010) $ ($Revision: 616 $)

-- 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