Module M.Waves

module Config : sig ... end
type t = {
  1. cfg : Config.t;
  2. waves : Wave.t Base.array;
}
val sexp_of_t : t -> Sexplib0.Sexp.t
val total_rows : t -> Base.int