package ppx_typed_fields

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

Install

Dune Dependency

Authors

Maintainers

Sources

ppx_typed_fields-v0.16.0.tar.gz
sha256=53339ca08f310446ef58639da72e7a6493f43a48943f0373041b34287824dcb4

CHANGES.md.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