Module Base.Binary_searchable

type nonrec ('t, 'elt) binary_search_segmented = ('t'elt) Base__.Binary_searchable_intf.binary_search_segmented
module Make : functor (T : Indexable) -> S with type t := T.t with type elt := T.elt
module Make1 : functor (T : Indexable1) -> S1 with type 'a t := 'a T.t