hardcaml_waveterm.cyclesim
Hardcaml_waveterm_cyclesim.Wave
hardcaml_waveterm
hardcaml_waveterm.event_store
hardcaml_waveterm.interactive
hardcaml_waveterm.kernel
type t =
| Empty of Base.string
| Clock of Base.string
| Binary of Base.string * Data.t
| Data of Base.string * Data.t * Hardcaml.Wave_format.t * Hardcaml_waveterm_kernel.Text_alignment.t
val sexp_of_t : t -> Sexplib0.Sexp.t
include Ppx_compare_lib.Equal.S with type t := t
val equal : t -> t -> bool
val set_name : t -> Base.string -> t
val get_name : t -> Base.string
val get_data : t -> Data.t
val get_to_str : t -> Hardcaml.Bits.t -> Base.string
val get_alignment : t -> Hardcaml_waveterm_kernel.Text_alignment.t
val get_format : t -> Hardcaml.Wave_format.t