formatting-3.0.1: Combinator-based type-safe formatting (like printf() or FORMAT)

Safe HaskellNone

Formatting.Examples

Description

Examples that should always compile. If reading on Haddock, you can view the sources to each of these.

Synopsis

Documentation

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.