Module Tree.ForestSource
include Odoc_utils.Tree.S with type 'a t = 'a Odoc_utils.Tree.forest
Source
val to_json :
('a -> Odoc_utils.Json.json) ->
'a Odoc_utils.Tree.Forest.t ->
Odoc_utils.Json.jsonSource
val filter_map :
f:('a -> 'b option) ->
'a Odoc_utils.Tree.Forest.t ->
'b Odoc_utils.Tree.Forest.t