package ppx_variants_conv
Install
Dune Dependency
Authors
Maintainers
Sources
sha256=ed3171ee537a06512412814fa6a54405f13d45dc37e9f4bd9ca61d0a4d6999a6
md5=b1bf8a6c1447c6fc5a381fe3e0bcd0bb
CHANGES.md.html
v0.11
Depend on ppxlib instead of (now deprecated) ppx_core, ppx_driver and ppx_metaquot.
113.43.00
Implemented
Variants.to_rank
.Somewhat surprisingly, the preprocessor didn't reject variant inclusion despite what the documentation says, but instead would consider that they use one rank (??). Also the generated signature didn't match the generated code in that case. Removed completely the support for polymorphic variant inclusion.
113.24.00
The
iter
function generated by ppx_variants_conv and ppx_fields_conv allowed one to give function which returned values of arbitrary types as iter function. This feature constraint these functions to return unit.N.B. the signature generated by the use of
@@deriving variants
(resp. fields) in interface already constrained the type to unit.Update to follow
Type_conv
evolution.