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

Safe HaskellNone
LanguageHaskell98

Formatting.Examples

Description

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

Synopsis

Documentation

hello :: Text Source

Simple hello, world!

strings :: Text Source

Printing strings.

texts :: Text Source

Printing texts.

builders :: Text Source

Printing builders.

integers :: Text Source

Printing integers.

floats :: Text Source

Printing floating points.

hexes :: Text Source

Printing integrals in hex (base-16).

padding :: Text Source

Padding.