Skip to content

Use ppx to generate constant''s tag, print and yojson

E. Rivas requested to merge er433/ppx/enum into dev

In the last weeks, I found myself modifying many times constant'_tag and other files to add/remove constants. This MR proposes to use ppx_deriving.enum, ppx_deriving_yojson and ppx_deriving.show to derive the functions "automatically".

  • has a changelog entry
Edited by E. Rivas

Merge request reports