Module Hardcaml_waveterm.Waves

module Config : sig ... end
type t = {
cfg : Config.t;
waves : Wave.t Import.array;
}
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t
val write : Import.Out_channel.t -> t -> Import.unit
val read : Import.In_channel.t -> t