| Portability | GHC |
|---|---|
| Stability | experimental |
| Maintainer | chrisdone@gmail.com |
| Safe Haskell | None |
Text.Format
Description
Combinator-based type-safe formatting (like printf() or FORMAT) for Text.
Examples:
>>>format ("Person's name is " %text% ", age is " %hex) "Dave" 54
Top-level functions
hprint :: Handle -> Holey Builder (IO ()) a -> aSource
Run the formatter and put the output onto the given Handle.
Formatting library
module Text.Format.Holey
module Text.Format.Formatters