Ppxlib.fold
method position : < arg_label : arg_label -> 'acc -> 'acc
; attribute : attribute -> 'acc -> 'acc
; attributes : attributes -> 'acc -> 'acc
; binding_op : binding_op -> 'acc -> 'acc
; bool : bool -> 'acc -> 'acc
; case : case -> 'acc -> 'acc
; cases : cases -> 'acc -> 'acc
; char : char -> 'acc -> 'acc
; class_declaration : class_declaration -> 'acc -> 'acc
; class_description : class_description -> 'acc -> 'acc
; class_expr : class_expr -> 'acc -> 'acc
; class_expr_desc : class_expr_desc -> 'acc -> 'acc
; class_field : class_field -> 'acc -> 'acc
; class_field_desc : class_field_desc -> 'acc -> 'acc
; class_field_kind : class_field_kind -> 'acc -> 'acc
; class_infos :
'a. ( 'a -> 'acc -> 'acc ) ->
'a class_infos ->
'acc ->
'acc
; class_signature : class_signature -> 'acc -> 'acc
; class_structure : class_structure -> 'acc -> 'acc
; class_type : class_type -> 'acc -> 'acc
; class_type_declaration :
class_type_declaration ->
'acc ->
'acc
; class_type_desc : class_type_desc -> 'acc -> 'acc
; class_type_field : class_type_field -> 'acc -> 'acc
; class_type_field_desc :
class_type_field_desc ->
'acc ->
'acc
; closed_flag : closed_flag -> 'acc -> 'acc
; constant : constant -> 'acc -> 'acc
; constructor_arguments :
constructor_arguments ->
'acc ->
'acc
; constructor_declaration :
constructor_declaration ->
'acc ->
'acc
; core_type : core_type -> 'acc -> 'acc
; core_type_desc : core_type_desc -> 'acc -> 'acc
; direction_flag : direction_flag -> 'acc -> 'acc
; directive_argument : directive_argument -> 'acc -> 'acc
; directive_argument_desc :
directive_argument_desc ->
'acc ->
'acc
; expression : expression -> 'acc -> 'acc
; expression_desc : expression_desc -> 'acc -> 'acc
; extension : extension -> 'acc -> 'acc
; extension_constructor :
extension_constructor ->
'acc ->
'acc
; extension_constructor_kind :
extension_constructor_kind ->
'acc ->
'acc
; functor_parameter : functor_parameter -> 'acc -> 'acc
; include_declaration : include_declaration -> 'acc -> 'acc
; include_description : include_description -> 'acc -> 'acc
; include_infos :
'a. ( 'a -> 'acc -> 'acc ) ->
'a include_infos ->
'acc ->
'acc
; injectivity : injectivity -> 'acc -> 'acc
; int : int -> 'acc -> 'acc
; label : label -> 'acc -> 'acc
; label_declaration : label_declaration -> 'acc -> 'acc
; letop : letop -> 'acc -> 'acc
; list :
'a. ( 'a -> 'acc -> 'acc ) ->
'a list ->
'acc ->
'acc
; loc :
'a. ( 'a -> 'acc -> 'acc ) ->
'a loc ->
'acc ->
'acc
; location : location -> 'acc -> 'acc
; location_stack : location_stack -> 'acc -> 'acc
; longident : longident -> 'acc -> 'acc
; longident_loc : longident_loc -> 'acc -> 'acc
; module_binding : module_binding -> 'acc -> 'acc
; module_declaration : module_declaration -> 'acc -> 'acc
; module_expr : module_expr -> 'acc -> 'acc
; module_expr_desc : module_expr_desc -> 'acc -> 'acc
; module_substitution : module_substitution -> 'acc -> 'acc
; module_type : module_type -> 'acc -> 'acc
; module_type_declaration :
module_type_declaration ->
'acc ->
'acc
; module_type_desc : module_type_desc -> 'acc -> 'acc
; mutable_flag : mutable_flag -> 'acc -> 'acc
; object_field : object_field -> 'acc -> 'acc
; object_field_desc : object_field_desc -> 'acc -> 'acc
; open_declaration : open_declaration -> 'acc -> 'acc
; open_description : open_description -> 'acc -> 'acc
; open_infos :
'a. ( 'a -> 'acc -> 'acc ) ->
'a open_infos ->
'acc ->
'acc
; option :
'a. ( 'a -> 'acc -> 'acc ) ->
'a option ->
'acc ->
'acc
; override_flag : override_flag -> 'acc -> 'acc
; package_type : package_type -> 'acc -> 'acc
; pattern : pattern -> 'acc -> 'acc
; pattern_desc : pattern_desc -> 'acc -> 'acc
; payload : payload -> 'acc -> 'acc
; position : position -> 'acc -> 'acc
; private_flag : private_flag -> 'acc -> 'acc
; rec_flag : rec_flag -> 'acc -> 'acc
; row_field : row_field -> 'acc -> 'acc
; row_field_desc : row_field_desc -> 'acc -> 'acc
; signature : signature -> 'acc -> 'acc
; signature_item : signature_item -> 'acc -> 'acc
; signature_item_desc : signature_item_desc -> 'acc -> 'acc
; string : string -> 'acc -> 'acc
; structure : structure -> 'acc -> 'acc
; structure_item : structure_item -> 'acc -> 'acc
; structure_item_desc : structure_item_desc -> 'acc -> 'acc
; toplevel_directive : toplevel_directive -> 'acc -> 'acc
; toplevel_phrase : toplevel_phrase -> 'acc -> 'acc
; type_declaration : type_declaration -> 'acc -> 'acc
; type_exception : type_exception -> 'acc -> 'acc
; type_extension : type_extension -> 'acc -> 'acc
; type_kind : type_kind -> 'acc -> 'acc
; value_binding : value_binding -> 'acc -> 'acc
; value_description : value_description -> 'acc -> 'acc
; variance : variance -> 'acc -> 'acc
; virtual_flag : virtual_flag -> 'acc -> 'acc
; with_constraint : with_constraint -> 'acc -> 'acc.. > ->
position ->
'acc ->
'acc
method location : 'c -> location -> 'acc -> 'acc
method location_stack : 'c -> location_stack -> 'acc -> 'acc
method loc : 'c -> 'a. ( 'a -> 'acc -> 'acc ) -> 'a loc -> 'acc -> 'acc
method longident : 'c -> longident -> 'acc -> 'acc
method longident_loc : 'c -> longident_loc -> 'acc -> 'acc
method rec_flag : 'c -> rec_flag -> 'acc -> 'acc
method direction_flag : 'c -> direction_flag -> 'acc -> 'acc
method private_flag : 'c -> private_flag -> 'acc -> 'acc
method mutable_flag : 'c -> mutable_flag -> 'acc -> 'acc
method virtual_flag : 'c -> virtual_flag -> 'acc -> 'acc
method override_flag : 'c -> override_flag -> 'acc -> 'acc
method closed_flag : 'c -> closed_flag -> 'acc -> 'acc
method label : 'c -> label -> 'acc -> 'acc
method arg_label : 'c -> arg_label -> 'acc -> 'acc
method variance : 'c -> variance -> 'acc -> 'acc
method injectivity : 'c -> injectivity -> 'acc -> 'acc
method constant : 'c -> constant -> 'acc -> 'acc
method attribute : 'c -> attribute -> 'acc -> 'acc
method extension : 'c -> extension -> 'acc -> 'acc
method attributes : 'c -> attributes -> 'acc -> 'acc
method payload : 'c -> payload -> 'acc -> 'acc
method core_type : 'c -> core_type -> 'acc -> 'acc
method core_type_desc : 'c -> core_type_desc -> 'acc -> 'acc
method package_type : 'c -> package_type -> 'acc -> 'acc
method row_field : 'c -> row_field -> 'acc -> 'acc
method row_field_desc : 'c -> row_field_desc -> 'acc -> 'acc
method object_field : 'c -> object_field -> 'acc -> 'acc
method object_field_desc : 'c -> object_field_desc -> 'acc -> 'acc
method pattern : 'c -> pattern -> 'acc -> 'acc
method pattern_desc : 'c -> pattern_desc -> 'acc -> 'acc
method expression : 'c -> expression -> 'acc -> 'acc
method expression_desc : 'c -> expression_desc -> 'acc -> 'acc
method case : 'c -> case -> 'acc -> 'acc
method letop : 'c -> letop -> 'acc -> 'acc
method binding_op : 'c -> binding_op -> 'acc -> 'acc
method value_description : 'c -> value_description -> 'acc -> 'acc
method type_declaration : 'c -> type_declaration -> 'acc -> 'acc
method type_kind : 'c -> type_kind -> 'acc -> 'acc
method label_declaration : 'c -> label_declaration -> 'acc -> 'acc
method constructor_declaration : 'c -> constructor_declaration -> 'acc -> 'acc
method constructor_arguments : 'c -> constructor_arguments -> 'acc -> 'acc
method type_extension : 'c -> type_extension -> 'acc -> 'acc
method extension_constructor : 'c -> extension_constructor -> 'acc -> 'acc
method type_exception : 'c -> type_exception -> 'acc -> 'acc
method extension_constructor_kind : 'c ->
extension_constructor_kind ->
'acc ->
'acc
method class_type : 'c -> class_type -> 'acc -> 'acc
method class_type_desc : 'c -> class_type_desc -> 'acc -> 'acc
method class_signature : 'c -> class_signature -> 'acc -> 'acc
method class_type_field : 'c -> class_type_field -> 'acc -> 'acc
method class_type_field_desc : 'c -> class_type_field_desc -> 'acc -> 'acc
method class_infos : 'c ->
'a. ( 'a -> 'acc -> 'acc ) ->
'a class_infos ->
'acc ->
'acc
method class_description : 'c -> class_description -> 'acc -> 'acc
method class_type_declaration : 'c -> class_type_declaration -> 'acc -> 'acc
method class_expr : 'c -> class_expr -> 'acc -> 'acc
method class_expr_desc : 'c -> class_expr_desc -> 'acc -> 'acc
method class_structure : 'c -> class_structure -> 'acc -> 'acc
method class_field : 'c -> class_field -> 'acc -> 'acc
method class_field_desc : 'c -> class_field_desc -> 'acc -> 'acc
method class_field_kind : 'c -> class_field_kind -> 'acc -> 'acc
method class_declaration : 'c -> class_declaration -> 'acc -> 'acc
method module_type : 'c -> module_type -> 'acc -> 'acc
method module_type_desc : 'c -> module_type_desc -> 'acc -> 'acc
method functor_parameter : 'c -> functor_parameter -> 'acc -> 'acc
method signature : 'c -> signature -> 'acc -> 'acc
method signature_item : 'c -> signature_item -> 'acc -> 'acc
method signature_item_desc : 'c -> signature_item_desc -> 'acc -> 'acc
method module_declaration : 'c -> module_declaration -> 'acc -> 'acc
method module_substitution : 'c -> module_substitution -> 'acc -> 'acc
method module_type_declaration : 'c -> module_type_declaration -> 'acc -> 'acc
method open_infos : 'c ->
'a. ( 'a -> 'acc -> 'acc ) ->
'a open_infos ->
'acc ->
'acc
method open_description : 'c -> open_description -> 'acc -> 'acc
method open_declaration : 'c -> open_declaration -> 'acc -> 'acc
method include_infos : 'c ->
'a. ( 'a -> 'acc -> 'acc ) ->
'a include_infos ->
'acc ->
'acc
method include_description : 'c -> include_description -> 'acc -> 'acc
method include_declaration : 'c -> include_declaration -> 'acc -> 'acc
method with_constraint : 'c -> with_constraint -> 'acc -> 'acc
method module_expr : 'c -> module_expr -> 'acc -> 'acc
method module_expr_desc : 'c -> module_expr_desc -> 'acc -> 'acc
method structure : 'c -> structure -> 'acc -> 'acc
method structure_item : 'c -> structure_item -> 'acc -> 'acc
method structure_item_desc : 'c -> structure_item_desc -> 'acc -> 'acc
method value_binding : 'c -> value_binding -> 'acc -> 'acc
method module_binding : 'c -> module_binding -> 'acc -> 'acc
method toplevel_phrase : 'c -> toplevel_phrase -> 'acc -> 'acc
method toplevel_directive : 'c -> toplevel_directive -> 'acc -> 'acc
method directive_argument : 'c -> directive_argument -> 'acc -> 'acc
method directive_argument_desc : 'c -> directive_argument_desc -> 'acc -> 'acc
method cases : 'c -> cases -> 'acc -> 'acc