formatting-5.0: Combinator-based type-safe formatting (like printf() or FORMAT)
Formatting.Examples
Description
Examples that should always compile. If reading on Haddock, you can view the sources to each of these.
Synopsis
hello :: TextSource
Simple hello, world!
strings :: TextSource
Printing strings.
texts :: TextSource
Printing texts.
builders :: TextSource
Printing builders.
integers :: TextSource
Printing integers.
floats :: TextSource
Printing floating points.
hexes :: TextSource
Printing integrals in hex (base-16).
padding :: TextSource
Padding.