GTCommon.HelpersBaseval raise_errorf : ?loc:'a -> ('b, unit, string, 'c) format4 -> 'bval not_implemented : ?loc:'a -> ('b, unit, string, 'c) format4 -> 'bmodule List : sig ... endmodule Format : sig ... endval visit_typedecl :
loc:'a ->
?onrecord:(Ppxlib.label_declaration list -> 'b) ->
?onmanifest:(Ppxlib.core_type -> 'b) ->
?onvariant:(Ppxlib.constructor_declaration list -> 'b) ->
?onabstract:(unit -> 'b) ->
?onopen:(unit -> 'b) ->
Ppxlib.type_declaration ->
'bval affect_longident :
f:(string -> string) ->
Ppxlib.longident ->
Ppxlib.longidentval map_longident :
f:(string -> string) ->
Ppxlib.longident ->
Ppxlib.longidentval lident_tail : Ppxlib.longident -> Ppxlib.longidentval map_core_type :
?onconstr:
(Ppxlib.longident -> Ppxlib.core_type list -> Ppxlib.core_type option) ->
onvar:(string -> Ppxlib.core_type Base.Option.t) ->
Ppxlib.core_type ->
Ppxlib.core_typeval list_first_some : f:('a -> 'b option) -> 'a List.t -> 'b optionval maybe_specialiaze :
what:Ppxlib.type_declaration ->
Ppxlib.core_type List.t ->
(string * Ppxlib.core_type) List.t optionval specialize_for_tdecl :
what:Ppxlib.type_declaration ->
where:Ppxlib.type_declaration ->
(string * Ppxlib.core_type) List.tval with_constr_typ :
Ppxlib.core_type ->
ok:(Ppxlib.longident_loc -> Ppxlib.core_type list -> 'a) ->
fail:(unit -> 'a) ->
'aval constr_of_tuple :
?loc:Ppxlib.Location.t ->
Migrate_parsetree.Ast_411.Parsetree.core_type List.t ->
Migrate_parsetree.Ast_411.Parsetree.core_typeval using_type :
typename:string ->
Ppxlib.type_declaration ->
Migrate_parsetree.Ast_411.Parsetree.core_typeval is_polyvariant : Ppxlib.core_type -> boolval is_tuple : Ppxlib.core_type -> boolval is_polyvariant_tdecl : Ppxlib.type_declaration -> boolval is_tuple_tdecl : Ppxlib.type_declaration -> boolval is_algebraic_tdecl : Ppxlib.type_declaration -> boolval has_many_constructors_tdecl : Ppxlib.type_declaration -> boolval unfold_tuple : Ppxlib.core_type -> Ppxlib.core_type listval prepare_patt_match_poly :
loc:Ppxlib_ast__.Import.Location.t ->
Migrate_parsetree.Ast_411.Parsetree.expression ->
Ppxlib.row_field_desc List.t ->
string List.t option ->
onrow:
(Ppxlib.label Ppxlib.loc ->
(string * Ppxlib.core_type) List.t ->
Migrate_parsetree.Ast_411.Parsetree.expression) ->
onlabel:(string -> string -> Migrate_parsetree.Ast_411.Parsetree.expression) ->
oninherit:
(Ppxlib.core_type list ->
Ppxlib.longident ->
string ->
Migrate_parsetree.Ast_411.Parsetree.expression) ->
Migrate_parsetree.Ast_411.Parsetree.expressionval map_type_param_names :
f:(string -> 'a) ->
(Ppxlib.core_type * 'b) List.t ->
'a List.tval notify : ('a, unit, string, unit) format4 -> 'a