package ppx_core

  1. Overview
  2. Docs
method virtual record : (string * 'res) list -> 'res
method virtual constr : string -> 'res list -> 'res
method virtual tuple : 'res list -> 'res
method virtual bool : bool -> 'res
method virtual char : char -> 'res
method virtual int : int -> 'res
method virtual list : 'a. ('a -> 'res) -> 'a list -> 'res
method virtual option : 'a. ('a -> 'res) -> 'a option -> 'res
method virtual string : string -> 'res
method position : position -> 'res
method location : location -> 'res
method loc : 'a. ('a -> 'res) -> 'a loc -> 'res
method longident : longident -> 'res
method longident_loc : longident_loc -> 'res
method rec_flag : rec_flag -> 'res
method direction_flag : direction_flag -> 'res
method private_flag : private_flag -> 'res
method mutable_flag : mutable_flag -> 'res
method virtual_flag : virtual_flag -> 'res
method override_flag : override_flag -> 'res
method closed_flag : closed_flag -> 'res
method label : label -> 'res
method arg_label : arg_label -> 'res
method variance : variance -> 'res
method constant : constant -> 'res
method attribute : attribute -> 'res
method extension : extension -> 'res
method attributes : attributes -> 'res
method payload : payload -> 'res
method core_type : core_type -> 'res
method core_type_desc : core_type_desc -> 'res
method package_type : package_type -> 'res
method row_field : row_field -> 'res
method pattern : pattern -> 'res
method pattern_desc : pattern_desc -> 'res
method expression : expression -> 'res
method expression_desc : expression_desc -> 'res
method case : case -> 'res
method value_description : value_description -> 'res
method type_declaration : type_declaration -> 'res
method type_kind : type_kind -> 'res
method label_declaration : label_declaration -> 'res
method constructor_declaration : constructor_declaration -> 'res
method constructor_arguments : constructor_arguments -> 'res
method type_extension : type_extension -> 'res
method extension_constructor : extension_constructor -> 'res
method extension_constructor_kind : extension_constructor_kind -> 'res
method class_type : class_type -> 'res
method class_type_desc : class_type_desc -> 'res
method class_signature : class_signature -> 'res
method class_type_field : class_type_field -> 'res
method class_type_field_desc : class_type_field_desc -> 'res
method class_infos : 'a. ('a -> 'res) -> 'a class_infos -> 'res
method class_description : class_description -> 'res
method class_type_declaration : class_type_declaration -> 'res
method class_expr : class_expr -> 'res
method class_expr_desc : class_expr_desc -> 'res
method class_structure : class_structure -> 'res
method class_field : class_field -> 'res
method class_field_desc : class_field_desc -> 'res
method class_field_kind : class_field_kind -> 'res
method class_declaration : class_declaration -> 'res
method module_type : module_type -> 'res
method module_type_desc : module_type_desc -> 'res
method signature : signature -> 'res
method signature_item : signature_item -> 'res
method signature_item_desc : signature_item_desc -> 'res
method module_declaration : module_declaration -> 'res
method module_type_declaration : module_type_declaration -> 'res
method open_description : open_description -> 'res
method include_infos : 'a. ('a -> 'res) -> 'a include_infos -> 'res
method include_description : include_description -> 'res
method include_declaration : include_declaration -> 'res
method with_constraint : with_constraint -> 'res
method module_expr : module_expr -> 'res
method module_expr_desc : module_expr_desc -> 'res
method structure : structure -> 'res
method structure_item : structure_item -> 'res
method structure_item_desc : structure_item_desc -> 'res
method value_binding : value_binding -> 'res
method module_binding : module_binding -> 'res
method toplevel_phrase : toplevel_phrase -> 'res
method directive_argument : directive_argument -> 'res