I’ve been looking into writing ppx_deriving
plugins and one thing that keeps popping up are these runtime files.
For example, ppx_deriving
itself has src/ppx_deriving_runtime.ml[i]
and ppx_deriving_yojson
has src/ppx_deriving_yojson_runtime.ml[i]
.
What do these files do?