This package essentially recreates printf, but at a higher level. It is needed as a dependency for the new version of devel/ocaml-ppx_jane.
6 lines
264 B
Text
6 lines
264 B
Text
This extension provides a syntax for string interpolation.
|
|
|
|
In essence, this functions like printf, but at a higher level.
|
|
The resulting string can then be easier to understand, and the
|
|
potential mistake of passing the arguments in the wrong order
|
|
can be avoided.
|