Module Hardcaml_waveterm.Wave
type t=|Clock of Import.string|Binary of Import.string * Data.t|Data of Import.string * Data.t * Wave_format.t
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t
val get_name : t -> Import.stringval get_data : t -> Data.tval get_to_str : t -> Import.Bits.t -> Import.stringval get_format : t -> Wave_format.t