Module Js_parser.Flow_setSource
Sourcetype 'elt t0 = | Empty| Leaf of 'elt| Node of {h : int;v : 'elt;l : 'elt t0;r : 'elt t0;
}
Sourcetype 'elt partial_node = {h : int;v : 'elt;l : 'elt t0;r : 'elt t0;
} Sourceval of_increasing_iterator_unchecked : (unit -> 'a) -> int -> 'a t0 Sourceval of_sorted_array_unchecked : 'a array -> 'a t0 Sourceval min_elt_opt : 'a t0 -> 'a option Sourceval max_elt_opt : 'a t0 -> 'a option Sourceval elements_aux : 'a list -> 'a t0 -> 'a list Sourceval of_sorted_list : 'a list -> 'a t0 Sourcetype 'a t1 = private 'a t0 = | Empty| Leaf of 'a| Node of {h : int;v : 'a;l : 'a t0;r : 'a t0;
}