Ppxlib_traverse_builtins.map_with_contextmethod 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_contextmethod string : 'c -> ('ctx, string) T.map_with_contextmethod bool : 'c -> ('ctx, bool) T.map_with_contextmethod char : 'c -> ('ctx, char) T.map_with_contextmethod option : 'c ->
'a. ('ctx, 'a) T.map_with_context ->
('ctx, 'a option) T.map_with_contextmethod list : 'c ->
'a. ('ctx, 'a) T.map_with_context ->
('ctx, 'a list) T.map_with_contextmethod array : 'c ->
'a. ('ctx, 'a) T.map_with_context ->
('ctx, 'a array) T.map_with_context