¤ showCommandF

Types

showCommandF :: String -> F a b -> F a b

Synopsis

showCommandF prefix fudget

Description

showCommandF prints the low level input and output of a fudget on the standard error output. This can be helpful when debugging fudgets.

Arguments

prefix :: String
A string that prefixes the output. The flag -prefix must be given on the command line to switch on output from this occurence of showCommandF.

fudget :: F a b
A fudget.

See Also

showCommand, showEvent, trace in the hbc_library module Trace.