You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 7, 2020. It is now read-only.
LdBeth edited this page Sep 28, 2020
·
2 revisions
Why there's a printf in libmojave?
Why not just use Format from OCaml?
As the time of writing, in 2004, the implementation of Lm_rformat is a lot superior then the available from OCaml (according to the CVS log). For now it has been catch up by Format. Well, at least the two interface is not very compatible, so I still leave the rformat in libmojave, but rewrite to use the GADT format data type interface from OCaml.