Safe Haskell | None |
---|---|
Language | Haskell2010 |
This module contains format descriptions for most used variable types.
- data Align
- data Sign
- data Radix
- data GenericFormat = GenericFormat {}
- data BoolFormat = BoolFormat {}
Documentation
Alignment of string within specified width
Whether to show the sign of number
data GenericFormat Source #
Generic format description. This is usable for integers, floats and strings.
data BoolFormat Source #