category-printf-0.1.0.1: Highbrow approach to type-safe printf format specifications.

Safe HaskellSafe
LanguageHaskell2010

Control.Category.Printf.Text.Strict

Documentation

printf :: Format Text (IO ()) b -> b Source #

printfLn :: Format Text (IO ()) b -> b Source #

hPrintf :: Handle -> Format Text (IO ()) b -> b Source #

hPrintfLn :: Handle -> Format Text (IO ()) b -> b Source #