GTCommon.HelpersBaseSourceval compare_core_type :
Astlib__.Ast_414.Parsetree.core_type ->
Astlib__.Ast_414.Parsetree.core_type ->
intval 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 map_core_type :
?onconstr:
(Ppxlib.longident -> Ppxlib.core_type list -> Ppxlib.core_type option) ->
onvar:(string -> Ppxlib.core_type option) ->
Ppxlib.core_type ->
Ppxlib.core_typeval maybe_specialiaze :
what:Ppxlib.type_declaration ->
Ppxlib.core_type list ->
(string * Ppxlib.core_type) list optionval specialize_for_tdecl :
what:Ppxlib.type_declaration ->
where:Ppxlib.type_declaration ->
(string * Ppxlib.core_type) listval 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 ->
Astlib.Ast_500.Parsetree.core_typeval using_type :
typename:string ->
Ppxlib.type_declaration ->
Astlib.Ast_500.Parsetree.core_typeval prepare_patt_match_poly :
loc:Astlib.Location.t ->
Astlib.Ast_500.Parsetree.expression ->
Ppxlib.row_field_desc list ->
string list option ->
onrow:
(Ppxlib.label Ppxlib.loc ->
(string * Ppxlib.core_type) list ->
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.expression