coq-serapi
coq-serapi copied to clipboard
[serlib] Explore ppx_override
trafficstars
Since the beginning, the manual override / re-export of Coq's type using ppx_import has been done manually [with the help of some hacky scripting]. It was planned to use a more methodical method in the future.
It turns out such as solution by @thierry-martinez exists, https://github.com/thierry-martinez/override should allow for a much more compact derivation of serializes for Coq's types.