category-printf-0.1.0.2: 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