Text.Printf.Mauke.TH
Documentation
printf :: String -> ExpQSource
A static checking layer on top of Text.Printf.Mauke.printf. It hasn't
been tested much, but static argument checking is always a good idea. To use
it, add
{-# LANGUAGE TemplateHaskell #-}
import Text.Printf.Mauke.TH
at the top of your code and call $( instead of
printf "%d %d") x y.
Text.Printf.Mauke.printf "%d %d" x y