package hardcaml_waveterm

  1. Overview
  2. No Docs
A terminal based digital waveform viewer for Hardcaml

Install

Dune Dependency

Authors

Maintainers

Sources

hardcaml_waveterm-v0.16.0.tar.gz
sha256=20844546139ee69e8d328b75a54369b2c1db91d88e43f7ca9ccfc0cd855be828

doc/hardcaml_waveterm.kernel/Hardcaml_waveterm_kernel/Expert/Wave/index.html

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.