hardcaml_waveterm.cyclesim
Waves.Config
hardcaml_waveterm
hardcaml_waveterm.event_store
hardcaml_waveterm.interactive
hardcaml_waveterm.kernel
ppxlib
yojson
type t = {
mutable signals_width : Base.int;
mutable values_width : Base.int;
mutable wave_width : Base.int;
mutable start_cycle : Base.int;
mutable start_signal : Base.int;
mutable selected_signal : Base.int;
mutable signal_scroll : Base.int;
mutable value_scroll : Base.int;
}
include Sexplib0.Sexpable.S with type t := t
include Sexplib0.Sexpable.Of_sexp with type t := t
val t_of_sexp : Sexplib0.Sexp.t -> t
include Sexplib0.Sexpable.Sexp_of with type t := t
val sexp_of_t : t -> Sexplib0.Sexp.t
val default : t