Description
Record accessors and iteration helpers can be generated from OCaml record types. This helps developers inspect and transform record fields without writing repetitive field-handling code.
It is a PPX code-generation extension. Projects use it during builds when record metadata needs to be available in code.