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