jon.recoil.org

Module Tree.Forest

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