Description
Runtime type representations can be generated from OCaml type declarations. This helps programs inspect, compare, serialize, or register type information while keeping it tied to source definitions.
It is a PPX code-generation extension. Projects use it when runtime type metadata is part of their architecture.