GTCommon.HelpersBaseval not_implemented : ('a, unit, string, 'b) format4 -> 'amodule List : 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.longidentmodule SS : sig ... endval vars_from_core_type : Ppxlib.core_type -> SS.tval vars_from_tdecl : Ppxlib.type_declaration -> SS.tval 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 is_type_used_in : tdecl:Ppxlib.type_declaration -> Ppxlib.longident -> boolval 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 ->
Astlib.Ast_500.Parsetree.core_type List.t ->
Astlib.Ast_500.Parsetree.core_typeval using_type :
typename:string ->
Ppxlib.type_declaration ->
Astlib.Ast_500.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.Location.t ->
Astlib.Ast_500.Parsetree.expression ->
Ppxlib.row_field_desc List.t ->
string List.t option ->
onrow:
(Ppxlib.label Ppxlib.loc ->
(string * Ppxlib.core_type) List.t ->
Astlib.Ast_500.Parsetree.expression) ->
onlabel:(string -> string -> Astlib.Ast_500.Parsetree.expression) ->
oninherit:
(Ppxlib.core_type list ->
Ppxlib.longident ->
string ->
Astlib.Ast_500.Parsetree.expression) ->
Astlib.Ast_500.Parsetree.expressionval map_type_param_names :
f:(string -> 'a) ->
(Ppxlib.core_type * 'b) List.t ->
'a List.tval notify : ('a, Format.formatter, unit, unit) format4 -> 'aval failwiths : ('a, Format.formatter, unit, 'b) format4 -> 'a