Module Odoc_utils.Tree
and 'a forest = 'a Odoc_utils.Tree.tree listval leaf : 'a -> 'a Odoc_utils.Tree.treemodule type S = sig ... endinclude Odoc_utils.Tree.S with type 'a t = 'a Odoc_utils.Tree.tree
type 'a t = 'a Odoc_utils.Tree.treeval fold_left : f:('acc -> 'a -> 'acc) -> 'acc -> 'a Odoc_utils.Tree.t -> 'accval iter : f:('a -> unit) -> 'a Odoc_utils.Tree.t -> unitval map : f:('a -> 'b) -> 'a Odoc_utils.Tree.t -> 'b Odoc_utils.Tree.tval to_json :
('a -> Odoc_utils.Json.json) ->
'a Odoc_utils.Tree.t ->
Odoc_utils.Json.jsonmodule Forest : sig ... end