package hardcaml_waveterm

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

Install

Dune Dependency

Authors

Maintainers

Sources

hardcaml_waveterm-v0.12.0.tar.gz
sha256=c06a13a205198549f197733c3a736f026a03ed811a02dbc8c893bbeaf63a2e99
md5=268e7d1bbfe62fe49bc7b77ac392afa2

doc/hardcaml_waveterm.interactive/Hardcaml_waveterm_interactive/Scroll/Adjustment/index.html

Module Scroll.Adjustment

type t = {
  1. mutable range : Base.Int.t;
  2. mutable offset : Base.Int.t;
  3. mutable on_offset_change : Base.Int.t -> Base.Unit.t;
}
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t
val set_range : ?trigger_callback:Base.Bool.t -> t -> Base.Int.t -> Base.Unit.t
OCaml

Innovation. Community. Security.