Module Ppxlib_traverse_builtins.TSource
Sourcetype 'a iter = 'a -> unit Sourcetype ('a, 'acc) fold = 'a -> 'acc -> 'acc Sourcetype ('a, 'acc) fold_map = 'a -> 'acc -> 'a * 'acc Sourcetype ('ctx, 'a) map_with_context = 'ctx -> 'a -> 'a Sourcetype ('a, 'res) lift = 'a -> 'res Sourcetype ('ctx, 'a, 'res) lift_map_with_context = 'ctx -> 'a -> 'a * 'res