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

Safe HaskellSafe-Inferred
LanguageHaskell2010

Control.Category.Printf.Text.Lazy

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