coq-serapi icon indicating copy to clipboard operation
coq-serapi copied to clipboard

[serlib] Explore ppx_override

Open ejgallego opened this issue 4 years ago • 0 comments
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.

ejgallego avatar Sep 22 '21 13:09 ejgallego