Class Ppxlib_traverse_builtins.map_with_context
method int : < array : a. ('ctx, 'a) T.map_with_context -> ('ctx, 'a array) T.map_with_context; bool : ('ctx, bool) T.map_with_context; char : ('ctx, char) T.map_with_context; int : ('ctx, int) T.map_with_context; list : a. ('ctx, 'a) T.map_with_context -> ('ctx, 'a list) T.map_with_context; option : a. ('ctx, 'a) T.map_with_context -> ('ctx, 'a option) T.map_with_context; string : ('ctx, string) T.map_with_context; .. > -> ('ctx, int) T.map_with_context