Functional Unparsing
DOI:
https://doi.org/10.7146/brics.v5i12.19284Abstract
A string-formatting function such as printf in C seemingly requires
dependent types, because its control string determines the rest of its arguments.
Examples:
printf ("Hello world.\n");
printf ("The %s is %d.\n", "answer", 42);
We show how changing the representation of the control string
makes it possible to program printf in ML (which does not allow dependent types). The result is well typed and perceptibly more efficient than the corresponding library functions in Standard ML of New Jersey and in Caml.
Downloads
Published
How to Cite
Issue
Section
License
Articles published in DAIMI PB are licensed under a Creative Commons Attribution-NonCommercial-NoDerivs 3.0 Unported License.
