Parameter Make.1-M

type t

The type of the sequence.

type elem

The type of the elements of the sequence.

val get : t -> int -> elem

get t n returns n-th element of the sequence t.

val length : t -> int

length t returns the length of the sequence t.