Y
Hacker News
new
|
ask
|
show
|
jobs
by
hesselink
3291 days ago
There are several packages on hackage offering a type safe printf. Some use TH, some use variadic functions (defined with a type class) or other advanced type level features.
1 comments
dllthomas
3291 days ago
Variadic functions are used in the package under discussion, and don't get you compile time checking of the format string.
link