Module Ast.Sequence

module Kind : sig ... end
type t = {
kind : Kind.t;
length : Base.int;
}
val sexp_of_t : t -> Sexplib0.Sexp.t