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