package hardcaml_waveterm

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t =
  1. | Empty of Base.string
  2. | Clock of Base.string
  3. | Binary of Base.string * Data.t
  4. | Data of Base.string * Data.t * Hardcaml.Wave_format.t * 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 -> Text_alignment.t
val get_format : t -> Hardcaml.Wave_format.t
OCaml

Innovation. Community. Security.