Module Tree.Forest
include Odoc_utils.Tree.S with type 'a t = 'a Odoc_utils.Tree.forest
type 'a t = 'a Odoc_utils.Tree.forestval fold_left :
f:('acc -> 'a -> 'acc) ->
'acc ->
'a Odoc_utils.Tree.Forest.t ->
'accval iter : f:('a -> unit) -> 'a Odoc_utils.Tree.Forest.t -> unitval map :
f:('a -> 'b) ->
'a Odoc_utils.Tree.Forest.t ->
'b Odoc_utils.Tree.Forest.tval to_json :
('a -> Odoc_utils.Json.json) ->
'a Odoc_utils.Tree.Forest.t ->
Odoc_utils.Json.jsonval filter_map :
f:('a -> 'b option) ->
'a Odoc_utils.Tree.Forest.t ->
'b Odoc_utils.Tree.Forest.t