package ppx_fields_conv
Install
Dune Dependency
Authors
Maintainers
Sources
sha256=13e7969a970b68125a56dceabbfac6cf3172b9ef655f5b669136ef0c106d8d45
md5=d2659f26d85803bc26f9593319f29131
CHANGES.md.html
113.33.00
Fix errors in
ppx_fields_conv
documentationAdd unit tests for
ppx_fields_conv
functionsFix some idiosyncracies where the implementations in
ppx_fields_conv.ml
differed (ex: a variable would be called one thing when implementing one function but would be called something different when implementing every other function).
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 release 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's evolution.
Add
Fields.make_creator
to ppx_fields_conv's readme, since it appears to not be all that deprecated.