ppx_type_directed_value
Get [@@deriving]-style generation of type-directed values without writing a ppx
Description
Ppx_type_directed_value
is a ppx that does [@@deriving]
-style
generation of type-directed values based on user-provided modules. The
user-provided modules tell ppx_type_directed_value
how to compose
type-directed values (for example, combine type-directed values of the
fields of a record to form a type-directed value for the record
itself).
This allows a wide variety of PPXs such as ppx_sexp_conv
,
ppx_compare
, ppx_enumerate
, etc. to be implemented with
ppx_type_directed_value
, but with some runtime cost.
This PPX currently supports deriving type-directed values for records, ordinary & polymorphic variants and tuples. It also supports custom user-defined attributes on record and variant fields.
Install
copied = false, 2000)"
:class="{ 'border-gray-700': !copied, 'text-gray-100': !copied, 'focus:ring-orange-500': !copied, 'focus:border-orange-500': !copied, 'border-green-600': copied, 'text-green-600': copied, 'focus:ring-green-500': copied, 'focus:border-green-500': copied }">
- Published
- 21 Mar 2022
- Authors
- Maintainers
Sources
ppx_type_directed_value-v0.15.0.tar.gz
sha256=2d72561276b7b3cc39bd60ca84b202881f0afbc7b96e93705972b2cc7ad83fbc
Dependencies
ppxlib
>= "0.23.0"
dune
>= "2.0.0"
ppx_jane
>= "v0.15" & < "v0.16"
base
>= "v0.15" & < "v0.16"
ocaml
>= "4.08.0"
Reverse Dependencies