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

Safe HaskellSafe
LanguageHaskell2010

Control.Category.Printf.String

Documentation

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

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

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

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