Expert.Waves
module Config : sig ... end
type t = {
cfg : Config.t;
waves : Hardcaml_waveterm__Wave.t Base.array;
}
val sexp_of_t : t -> Sexplib0.Sexp.t
val write : Stdio.Out_channel.t -> t -> Base.unit
val read : Stdio.In_channel.t -> t