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.string
val get_data : t -> Data.t
val get_to_str : t -> Import.Bits.t -> Import.string
val get_format : t -> Wave_format.t