package hardcaml_waveterm
A terminal based digital waveform viewer for Hardcaml
Install
Dune Dependency
Authors
Maintainers
Sources
v0.17.0.tar.gz
sha256=a6780e4310f46cd71ff8a3cdf12bb51afdf0eaea5e84645a148a4ecd0f02920b
doc/src/hardcaml_waveterm.kernel/wave_intf.ml.html
Source file wave_intf.ml
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
open Base open Hardcaml module type S = sig module Data : Data.S type t = | Empty of string | Clock of string | Binary of string * Data.t | Data of string * Data.t * Wave_format.t * Text_alignment.t [@@deriving sexp_of, equal] val set_name : t -> string -> t val get_name : t -> string val get_data : t -> Data.t val get_to_str : t -> Bits.t -> string val get_alignment : t -> Text_alignment.t val get_format : t -> Wave_format.t end module M (Data : Data.S) = struct module type S = S with module Data := Data end module type Wave = sig module type S = S module M = M module Make (Data : Data.S) : M(Data).S end
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>