Description
Runtime type representations can be stored and used inside OCaml programs. This helps developers build generic functions, registries, serializers, or debugging tools that need type information after compilation.
It is a development library. It is often paired with generated code that creates the runtime type metadata.