package ppx_deriving

  1. Overview
  2. Docs
Type-driven code generation for OCaml

Install

dune-project
 Dependency

Authors

Maintainers

Sources

ppx_deriving-6.2.0.tbz
sha256=93fd48d5ac52bb0d0eda8d4fb7037808be57dafc5981db4e662eb916c70df9b1
sha512=664ad073ec248f5e292af6979bd17da97d5b11fee95da7a83314eb831b51db9cb333435678e565e084d90dc3aa2ad7cd9587646d34bb26f6f310e7630954bdde

doc/ppx_deriving_enum/Ppx_deriving_enum/index.html

Module Ppx_deriving_enumSource

Sourceval deriver : string
Sourceval raise_errorf : ?sub:??? -> ?loc:??? -> ('a, unit, string, 'b) Stdlib.format4 -> 'a
Sourceval attr_value : 'a Ppxlib.Attribute.Context.t -> ('a, int) Ppxlib.Attribute.t
Sourceval constr_attr_value : (Ppxlib__.Import.constructor_declaration, int) Ppxlib.Attribute.t
Sourceval rtag_attr_value : (Ppxlib__.Import.row_field, int) Ppxlib.Attribute.t
Sourceval mappings_of_type : Ppxlib.Parsetree.type_declaration -> [> `Polymorphic | `Regular ] * (int * Ppxlib_ast__Versions.OCaml_502.Ast.Asttypes.label Ppxlib_ast__Versions.OCaml_502.Ast.Asttypes.loc) list
Sourceval str_of_type : Ppxlib.Parsetree.type_declaration -> Astlib.Ast_502.Parsetree.value_binding list
Sourceval sig_of_type : Ppxlib.Parsetree.type_declaration -> Astlib.Ast_502.Parsetree.signature_item list
Sourceval impl_generator : (Astlib.Ast_502.Parsetree.structure_item list, Ppxlib__.Import.rec_flag * Ppxlib.Parsetree.type_declaration list) Ppxlib__Deriving.Generator.t
Sourceval intf_generator : (Astlib.Ast_502.Parsetree.signature_item list, Ppxlib__.Import.rec_flag * Ppxlib.Parsetree.type_declaration list) Ppxlib__Deriving.Generator.t
Sourceval deriving : Ppxlib.Deriving.t