package ppx_typed_fields

  1. Overview
  2. Docs
GADT-based field accessors and utilities

Install

dune-project
 Dependency

Authors

Maintainers

Sources

v0.17.1.tar.gz
md5=4b6d77bf987a7f857fd6d302425e8648
sha512=5e2d97f8f2b87ba1972214d2f5af9fd63a47929d0e7aca8e7718c1f8eb8880a3b0ebe6e55d4523c84a4e9b973f8fe7a8d246a1120cb7ea08adab5f7034a64c9f

doc/CHANGES.html

Release v0.16.0

  • Extend Typed_fields_lib and Typed_variants_lib with new functors for converting between a module that operates on a record or variant with type variables into one with concrete types for those variables: S_of_S1, S_of_S2, S_of_S3, S_of_S4, S_of_S5