package hardcaml_waveterm

  1. Overview
  2. Docs

Module Expert.WaveSource

Sourcetype t =
  1. | Empty of Base.string
  2. | Clock of Base.string
  3. | Binary of Base.string * Hardcaml_waveterm_kernel__.Data.t
  4. | Data of Base.string * Hardcaml_waveterm_kernel__.Data.t * Wave_format.t * Text_alignment.t
Sourceval sexp_of_t : t -> Sexplib0.Sexp.t
include Ppx_compare_lib.Equal.S with type t := t
Sourceval equal : t -> t -> bool
Sourceval set_name : t -> Base.string -> t
Sourceval get_name : t -> Base.string
Sourceval get_data : t -> Hardcaml_waveterm_kernel__.Data.t
Sourceval get_to_str : t -> Hardcaml.Bits.t -> Base.string
Sourceval get_alignment : t -> Text_alignment.t
Sourceval get_format : t -> Wave_format.t
OCaml

Innovation. Community. Security.