package hardcaml_waveterm

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = {
  1. mutable signals_width : Base.int;
  2. mutable values_width : Base.int;
  3. mutable wave_width : Base.int;
  4. mutable wave_height : Base.int;
  5. mutable start_cycle : Base.int;
  6. mutable start_signal : Base.int;
  7. mutable selected_signal : Base.int;
  8. mutable wave_cursor : Base.int;
  9. mutable signal_scroll : Base.int;
  10. mutable value_scroll : Base.int;
}
include Sexplib0.Sexpable.S with type t := t
val t_of_sexp : Sexplib0.Sexp.t -> t
val sexp_of_t : t -> Sexplib0.Sexp.t
val default : t
OCaml

Innovation. Community. Security.