jon.recoil.org

Module Tree.ForestSource

include Odoc_utils.Tree.S with type 'a t = 'a Odoc_utils.Tree.forest
Sourceval fold_left : f:('acc -> 'a -> 'acc) -> 'acc -> 'a Odoc_utils.Tree.Forest.t -> 'acc
Sourceval iter : f:('a -> unit) -> 'a Odoc_utils.Tree.Forest.t -> unit
Sourceval map : f:('a -> 'b) -> 'a Odoc_utils.Tree.Forest.t -> 'b Odoc_utils.Tree.Forest.t
Sourceval filter_map : f:('a -> 'b option) -> 'a Odoc_utils.Tree.Forest.t -> 'b Odoc_utils.Tree.Forest.t