| |||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||
Description | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
This module is used internally by MissingH.Printf and is not intended to be used in your programs. Copyright (c) 2004 John Goerzen, jgoerzen@complete.org Portions Copyright (c) 2003 Ian Lynagh | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
Synopsis | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||
Documentation | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
data Value | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||
showValue :: Value -> String | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
class PFType a where | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||
class PFRun a where | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||
class IOPFRun a where | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||
type ConversionFunc = Arg -> [Flag] -> Maybe Width -> Maybe Precision -> String | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
data Format | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||
type ArgNum = Integer | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
type Arg = Value | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
type Width = Integer | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
type Precision = Integer | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
data Flag | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||
xvar :: ArgNum -> String | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
yvar :: ArgNum -> String | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
nvar :: ArgNum -> String | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
Produced by Haddock version 0.7 |