package ppxlib

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
method virtual record : 'ctx0 -> (string * 'res0) list -> 'res0
method virtual constr : 'ctx1 -> string -> 'res1 list -> 'res1
method virtual tuple : 'ctx2 -> 'res2 list -> 'res2
method virtual other : 'a. 'ctx3 -> 'a -> 'res3
method virtual bool : 'ctx4 -> bool -> bool * 'res4
method virtual char : 'ctx5 -> char -> char * 'res5
method virtual int : 'ctx6 -> int -> int * 'res6
method virtual list : 'a. ('ctx7 -> 'a -> 'a * 'res7) -> 'ctx7 -> 'a list -> 'a list * 'res7
method virtual option : 'a. ('ctx8 -> 'a -> 'a * 'res8) -> 'ctx8 -> 'a option -> 'a option * 'res8
method virtual string : 'ctx9 -> string -> string * 'res9
method position : 'ctx10 -> position -> position * 'res10
method location : 'ctx11 -> location -> location * 'res11
method location_stack : 'ctx12 -> location_stack -> location_stack * 'res12
method loc : 'a. ('ctx13 -> 'a -> 'a * 'res13) -> 'ctx13 -> 'a loc -> 'a loc * 'res13
method longident : 'ctx14 -> longident -> longident * 'res14
method longident_loc : 'ctx15 -> longident_loc -> longident_loc * 'res15
method rec_flag : 'ctx16 -> rec_flag -> rec_flag * 'res16
method direction_flag : 'ctx17 -> direction_flag -> direction_flag * 'res17
method private_flag : 'ctx18 -> private_flag -> private_flag * 'res18
method mutable_flag : 'ctx19 -> mutable_flag -> mutable_flag * 'res19
method virtual_flag : 'ctx20 -> virtual_flag -> virtual_flag * 'res20
method override_flag : 'ctx21 -> override_flag -> override_flag * 'res21
method closed_flag : 'ctx22 -> closed_flag -> closed_flag * 'res22
method label : 'ctx23 -> label -> label * 'res23
method arg_label : 'ctx24 -> arg_label -> arg_label * 'res24
method variance : 'ctx25 -> variance -> variance * 'res25
method injectivity : 'ctx26 -> injectivity -> injectivity * 'res26
method constant : 'ctx27 -> constant -> constant * 'res27
method attribute : 'ctx28 -> attribute -> attribute * 'res28
method extension : 'ctx29 -> extension -> extension * 'res29
method attributes : 'ctx30 -> attributes -> attributes * 'res30
method payload : 'ctx31 -> payload -> payload * 'res31
method core_type : 'ctx32 -> core_type -> core_type * 'res32
method core_type_desc : 'ctx33 -> core_type_desc -> core_type_desc * 'res33
method package_type : 'ctx34 -> package_type -> package_type * 'res34
method row_field : 'ctx35 -> row_field -> row_field * 'res35
method row_field_desc : 'ctx36 -> row_field_desc -> row_field_desc * 'res36
method object_field : 'ctx37 -> object_field -> object_field * 'res37
method object_field_desc : 'ctx38 -> object_field_desc -> object_field_desc * 'res38
method pattern : 'ctx39 -> pattern -> pattern * 'res39
method pattern_desc : 'ctx40 -> pattern_desc -> pattern_desc * 'res40
method expression : 'ctx41 -> expression -> expression * 'res41
method expression_desc : 'ctx42 -> expression_desc -> expression_desc * 'res42
method case : 'ctx43 -> case -> case * 'res43
method letop : 'ctx44 -> letop -> letop * 'res44
method binding_op : 'ctx45 -> binding_op -> binding_op * 'res45
method value_description : 'ctx46 -> value_description -> value_description * 'res46
method type_declaration : 'ctx47 -> type_declaration -> type_declaration * 'res47
method type_kind : 'ctx48 -> type_kind -> type_kind * 'res48
method label_declaration : 'ctx49 -> label_declaration -> label_declaration * 'res49
method constructor_declaration : 'ctx50 -> constructor_declaration -> constructor_declaration * 'res50
method constructor_arguments : 'ctx51 -> constructor_arguments -> constructor_arguments * 'res51
method type_extension : 'ctx52 -> type_extension -> type_extension * 'res52
method extension_constructor : 'ctx53 -> extension_constructor -> extension_constructor * 'res53
method type_exception : 'ctx54 -> type_exception -> type_exception * 'res54
method extension_constructor_kind : 'ctx55 -> extension_constructor_kind -> extension_constructor_kind * 'res55
method class_type : 'ctx56 -> class_type -> class_type * 'res56
method class_type_desc : 'ctx57 -> class_type_desc -> class_type_desc * 'res57
method class_signature : 'ctx58 -> class_signature -> class_signature * 'res58
method class_type_field : 'ctx59 -> class_type_field -> class_type_field * 'res59
method class_type_field_desc : 'ctx60 -> class_type_field_desc -> class_type_field_desc * 'res60
method class_infos : 'a. ('ctx61 -> 'a -> 'a * 'res61) -> 'ctx61 -> 'a class_infos -> 'a class_infos * 'res61
method class_description : 'ctx62 -> class_description -> class_description * 'res62
method class_type_declaration : 'ctx63 -> class_type_declaration -> class_type_declaration * 'res63
method class_expr : 'ctx64 -> class_expr -> class_expr * 'res64
method class_expr_desc : 'ctx65 -> class_expr_desc -> class_expr_desc * 'res65
method class_structure : 'ctx66 -> class_structure -> class_structure * 'res66
method class_field : 'ctx67 -> class_field -> class_field * 'res67
method class_field_desc : 'ctx68 -> class_field_desc -> class_field_desc * 'res68
method class_field_kind : 'ctx69 -> class_field_kind -> class_field_kind * 'res69
method class_declaration : 'ctx70 -> class_declaration -> class_declaration * 'res70
method module_type : 'ctx71 -> module_type -> module_type * 'res71
method module_type_desc : 'ctx72 -> module_type_desc -> module_type_desc * 'res72
method functor_parameter : 'ctx73 -> functor_parameter -> functor_parameter * 'res73
method signature : 'ctx74 -> signature -> signature * 'res74
method signature_item : 'ctx75 -> signature_item -> signature_item * 'res75
method signature_item_desc : 'ctx76 -> signature_item_desc -> signature_item_desc * 'res76
method module_declaration : 'ctx77 -> module_declaration -> module_declaration * 'res77
method module_substitution : 'ctx78 -> module_substitution -> module_substitution * 'res78
method module_type_declaration : 'ctx79 -> module_type_declaration -> module_type_declaration * 'res79
method open_infos : 'a. ('ctx80 -> 'a -> 'a * 'res80) -> 'ctx80 -> 'a open_infos -> 'a open_infos * 'res80
method open_description : 'ctx81 -> open_description -> open_description * 'res81
method open_declaration : 'ctx82 -> open_declaration -> open_declaration * 'res82
method include_infos : 'a. ('ctx83 -> 'a -> 'a * 'res83) -> 'ctx83 -> 'a include_infos -> 'a include_infos * 'res83
method include_description : 'ctx84 -> include_description -> include_description * 'res84
method include_declaration : 'ctx85 -> include_declaration -> include_declaration * 'res85
method with_constraint : 'ctx86 -> with_constraint -> with_constraint * 'res86
method module_expr : 'ctx87 -> module_expr -> module_expr * 'res87
method module_expr_desc : 'ctx88 -> module_expr_desc -> module_expr_desc * 'res88
method structure : 'ctx89 -> structure -> structure * 'res89
method structure_item : 'ctx90 -> structure_item -> structure_item * 'res90
method structure_item_desc : 'ctx91 -> structure_item_desc -> structure_item_desc * 'res91
method value_binding : 'ctx92 -> value_binding -> value_binding * 'res92
method module_binding : 'ctx93 -> module_binding -> module_binding * 'res93
method toplevel_phrase : 'ctx94 -> toplevel_phrase -> toplevel_phrase * 'res94
method toplevel_directive : 'ctx95 -> toplevel_directive -> toplevel_directive * 'res95
method directive_argument : 'ctx96 -> directive_argument -> directive_argument * 'res96
method directive_argument_desc : 'ctx97 -> directive_argument_desc -> directive_argument_desc * 'res97
method cases : 'ctx98 -> cases -> cases * 'res98