Class Ppxlib_traverse_builtins.lift_map_with_context
method virtual other : 'a. 'ctx -> 'a -> 'resmethod virtual record : 'ctx -> (string * 'res) list -> 'resmethod virtual constr : 'ctx -> string -> 'res list -> 'resmethod virtual tuple : 'ctx -> 'res list -> 'resmethod option : < array :
'a. ('ctx, 'a, 'res) T.lift_map_with_context ->
('ctx, 'a array, 'res) T.lift_map_with_context
; bool : ('ctx, bool, 'res) T.lift_map_with_context
; char : ('ctx, char, 'res) T.lift_map_with_context
; constr : 'ctx -> string -> 'res list -> 'res
; float : ('ctx, float, 'res) T.lift_map_with_context
; int : ('ctx, int, 'res) T.lift_map_with_context
; int32 : ('ctx, int32, 'res) T.lift_map_with_context
; int64 : ('ctx, int64, 'res) T.lift_map_with_context
; list :
'a. ('ctx, 'a, 'res) T.lift_map_with_context ->
('ctx, 'a list, 'res) T.lift_map_with_context
; nativeint : ('ctx, nativeint, 'res) T.lift_map_with_context
; option :
'a. ('ctx, 'a, 'res) T.lift_map_with_context ->
('ctx, 'a option, 'res) T.lift_map_with_context
; other : 'a. 'ctx -> 'a -> 'res
; record : 'ctx -> (string * 'res) list -> 'res
; string : ('ctx, string, 'res) T.lift_map_with_context
; tuple : 'ctx -> 'res list -> 'res
; unit : ('ctx, unit, 'res) T.lift_map_with_context.. > ->
'a. ('ctx, 'a, 'res) T.lift_map_with_context ->
('ctx, 'a option, 'res) T.lift_map_with_context