category-printf-0.1.0.1: Highbrow approach to type-safe printf format specifications.
Control.Category.Printf.ByteString.Strict
module Control.Category.Printf
printf :: Format ByteString (IO ()) b -> b Source #
printfLn :: Format ByteString (IO ()) b -> b Source #
hPrintf :: Handle -> Format ByteString (IO ()) b -> b Source #
hPrintfLn :: Handle -> Format ByteString (IO ()) b -> b Source #