ppx_gen_recversion

A ppx rewriter that transforms a recursive module expression into a `struct`

In a recursive module expression, the struct can be derived from the signature automatically by the compiler. This package does the same thing, but doing it this way allows ppx_deriving to transform the signature and struct separately.

AuthorMarshall Roch <mroch@fb.com>
LicenseMIT
Published
Homepagehttps://github.com/flowtype/ocaml-ppx_gen_rec
Issue Trackerhttps://github.com/flowtype/ocaml-ppx_gen_rec/issues
MaintainerMarshall Roch <mroch@fb.com>
Dependencies
Source [http] https://github.com/flowtype/ocaml-ppx_gen_rec/releases/download/v2.0.0/ppx_gen_rec-v2.0.0.tbz
sha256=fe6323e544f6d8a406572d6c8e01283a03f3c826327833ed58960d0ef43d9e59
sha512=23ecf170f0792c28d0535fba43d6ae51b0a063974ba1b729ebf0af3d8a088b31f4166296fa0e457623384f11142c8430bf13525f721dfbabc60688fad9c92ab9
Edithttps://github.com/ocaml/opam-repository/tree/master/packages/ppx_gen_rec/ppx_gen_rec.2.0.0/opam
Required by