package odoc

  1. Overview
  2. Docs

doc/odoc.odoc_utils/Odoc_utils/Tree/Forest/index.html

Module Tree.ForestSource

include S with type 'a t = 'a forest
Sourcetype 'a t = 'a forest
Sourceval fold_left : f:('acc -> 'a -> 'acc) -> 'acc -> 'a t -> 'acc
Sourceval iter : f:('a -> unit) -> 'a t -> unit
Sourceval map : f:('a -> 'b) -> 'a t -> 'b t
Sourceval to_json : ('a -> Json.json) -> 'a t -> Json.json
Sourceval filter_map : f:('a -> 'b option) -> 'a t -> 'b t
OCaml

Innovation. Community. Security.