Ppx_conv_funcSourceA simple processor that takes a field name and generates an expression for the contents of that field
type recursive_processor =
Ppxlib.Location.t ->
field_name:string ->
type_name:string ->
path:Ppxlib.Longident.t option ->
Ppxlib.expressionThe recursive counter-part to the previous. Additional arguments are the type name and the a path to make recursive calls
Module types to specify an extension that does something with a record type
A module that converts a type into another expression that can be used in camlp4 extensions needs to have the following functions.
Three basic functors to generate the Matcher from a simple extension specification
A module that converts a type into another expression that can be used in camlp4 extensions needs to have the following functions.
A module that converts a type into another expression that can be used in camlp4 extensions needs to have the following functions.
val lambda :
Ppxlib.Location.t ->
Ppxlib.pattern list ->
Ppxlib.expression ->
Ppxlib.expression