package odoc

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

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.