Module GTCommon.HelpersBase
val raise_errorf : ?loc:'a -> ('b, unit, string, 'c) format4 -> 'bval not_implemented : ?loc:'a -> ('b, unit, string, 'c) format4 -> 'bmodule List : sig ... endval string_of_core_type : Ppxlib_ast__.Import.Parsetree.core_type -> stringval compare_core_type :
Ppxlib_ast__.Import.Parsetree.core_type ->
Ppxlib_ast__.Import.Parsetree.core_type ->
intval list_first_some : f:('a -> 'b option) -> 'a List.t -> 'b optionval constr_of_tuple :
?loc:Ppxlib.Location.t ->
Migrate_parsetree__.Ast_408.Parsetree.core_type List.t ->
Migrate_parsetree__.Ast_408.Parsetree.core_typeval using_type :
typename:Base.String.t ->
Ppxlib.type_declaration ->
Migrate_parsetree__.Ast_408.Parsetree.core_typeval prepare_patt_match_poly :
loc:Ppxlib_ast__.Import.Location.t ->
Migrate_parsetree__.Ast_408.Parsetree.expression ->
Ppxlib.row_field_desc List.t ->
string List.t option ->
onrow:
(Ppxlib.label Ppxlib.loc ->
(Base.String.t * Ppxlib.core_type) List.t ->
Migrate_parsetree__.Ast_408.Parsetree.expression) ->
onlabel:
(string -> string -> Migrate_parsetree__.Ast_408.Parsetree.expression) ->
oninherit:
(Ppxlib.core_type list ->
Ppxlib.longident ->
string ->
Migrate_parsetree__.Ast_408.Parsetree.expression) ->
Migrate_parsetree__.Ast_408.Parsetree.expressionval notify : ('a, unit, string, unit) format4 -> 'aval string_after_a : int -> string