package hardcaml_waveterm

  1. Overview
  2. Docs
module Config : sig ... end
type t = {
  1. cfg : Config.t;
  2. waves : Wave.t Import.array;
}
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t