Module Ppxlib_traverse_builtins.T
type !'a iter = 'a -> unittype (!'a, !'acc) fold = 'a -> 'acc -> 'acctype (!'a, !'acc) fold_map = 'a -> 'acc -> 'a * 'acctype (!'ctx, !'a) map_with_context = 'ctx -> 'a -> 'atype (!'a, !'res) lift = 'a -> 'restype (!'ctx, !'a, !'res) lift_map_with_context = 'ctx -> 'a -> 'a * 'res