formatting

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

Version on this page:6.0.0@rev:1
LTS Haskell 22.18:7.2.0
Stackage Nightly 2024-04-22:7.2.0
Latest on Hackage:7.2.0

See all snapshots formatting appears in

BSD-3-Clause licensed by Chris Done, Shachaf Ben-Kiki, Martijn van Steenbergen, Mike Meyer
Maintained by [email protected]
This version can be pinned in stack with:formatting-6.0.0@sha256:555c734c3d6962a300c710eb0ef3ed2e3ef9cdbda5263d47eaf80273019ca524,1333

Combinator-based type-safe formatting (like printf() or FORMAT), modelled from the HoleyMonoids package.

Changes

6.0.0

  • Changed the type of Format. Now you write Format r (a -> r) instead of Format a.
  • Add formatToString function.