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

Safe HaskellSafe-Inferred
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