package ppx_fields_conv
Generation of accessor and iteration functions for ocaml records
Install
Dune Dependency
Authors
Maintainers
Sources
v0.14.1.tar.gz
sha256=a352f360dffa5ce9ea22ef70499175460eb6fd2f77d6707fe390a9a2c58f95e1
md5=ba58525bdd6a2faaec6e4d12a1a9e85d
doc/CHANGES.html
v0.14.1
- Update to ppxlib 0.14.0
v0.11
- Depend on ppxlib instead of (now deprecated) ppx_core, ppx_driver, ppx_metaquot and ppx_type_conv.
113.33.00
- Fix errors in
ppx_fields_conv
documentation - Add unit tests for
ppx_fields_conv
functions - Fix 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.