package hardcaml_event_driven_sim

  1. Overview
  2. Docs
type t = Hardcaml_waveterm.Expert.Make(Events).Wave.t =
  1. | Empty of Base.string
  2. | Clock of Base.string
  3. | Binary of Base.string * Events.t
  4. | Data of Base.string * Events.t * Hardcaml.Wave_format.t * Hardcaml_waveterm_kernel.Text_alignment.t
val sexp_of_t : t -> Sexplib0.Sexp.t
val equal : t Base__Ppx_compare_lib.equal
val set_name : t -> Base.string -> t
val get_name : t -> Base.string
val get_data : t -> Events.t
val get_to_str : t -> Hardcaml.Bits.t -> Base.string
val get_format : t -> Hardcaml.Wave_format.t
OCaml

Innovation. Community. Security.