Module Hardcaml_waveterm.WavesSource

Sourcemodule Config : sig ... end
Sourcetype t = {
  1. cfg : Config.t;
  2. waves : Wave.t Base.Array.t;
}
Sourceval sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t