blob: dbaeacc9690267810e22813564d8a15c41bc859b (
plain)
1
2
3
4
5
|
ppx_custom_printf is a ppx rewriter that allows the use of user-defined string
conversion functions in format strings (that is, strings passed to printf,
sprintf, etc.).
No new syntax is introduced.
|