formatting-6.2.4: 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 #

Simple hello, world!

strings :: Text #

Printing strings.

texts :: Text #

Printing texts.

builders :: Text #

Printing builders.

integers :: Text #

Printing integers.

floats :: Text #

Printing floating points.

hexes :: Text #

Printing integrals in hex (base-16).

padding :: Text #

Padding.