package hardcaml_waveterm

  1. Overview
  2. Docs
type t = {
  1. mutable wave_width : Hardcaml_waveterm__.Import.Int.t;
  2. mutable wave_height : Hardcaml_waveterm__.Import.Int.t;
  3. mutable start_cycle : Hardcaml_waveterm__.Import.Int.t;
  4. mutable start_signal : Hardcaml_waveterm__.Import.Int.t;
  5. mutable wave_cursor : Hardcaml_waveterm__.Import.Int.t;
  6. mutable signal_cursor : Hardcaml_waveterm__.Import.Int.t;
  7. mutable signal_scroll : Hardcaml_waveterm__.Import.Int.t;
  8. mutable value_scroll : Hardcaml_waveterm__.Import.Int.t;
}
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t
val default : t
OCaml

Innovation. Community. Security.