module type Indexable1 = Binary_searchable_intf.Indexable1
Binary_searchable_intf.Indexable1
type 'a t
'a
val get : 'a t -> int -> 'a
'a t -> int -> 'a
val length : 'a t -> int
'a t -> int
module For_test: sig .. end
sig
end