Text.Printf

Printing Functions

printf

hPrintf

Extending To New Types

class PrintfArg a

type FieldFormatter

data FieldFormat

data FormatAdjustment

data FormatSign

vFmt

Handling Type-specific Modifiers

type ModifierParser

data FormatParse

Standard Formatters

formatString

formatChar

formatInt

formatInteger

formatRealFloat

Raising Errors

errorBadFormat

errorShortFormat

errorMissingArgument

errorBadArgument

perror

Implementation Internals

class PrintfType t

class HPrintfType t

class IsChar c