package hardcaml_waveterm
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  A terminal based digital waveform viewer for Hardcaml
Install
    
    dune-project
 Dependency
Authors
Maintainers
Sources
  
    
      hardcaml_waveterm-v0.16.0.tar.gz
    
    
        
    
  
  
  
    
  
        sha256=20844546139ee69e8d328b75a54369b2c1db91d88e43f7ca9ccfc0cd855be828
    
    
  doc/hardcaml_waveterm.kernel/Hardcaml_waveterm_kernel/Wave_format/index.html
Module Hardcaml_waveterm_kernel.Wave_formatSource
Display format for a single wave (a row in the complete waveform).
Source
type t = - | Binary(*- Binary. *)
- | Bit(*- Like *)- Binary, but shows a single bit as a line.
- | Bit_or of t(*- If *)- width=1then- Bitsotherwise- t
- | Hex(*- Hexadecimal. *)
- | Unsigned_int(*- Unsigned integer. *)
- | Int(*- Signed integer. *)
- | Index of Base.string Base.list(*- Use data as index into given list of strings. *)
- | Custom of Hardcaml.Bits.t -> Base.string(*- User defined formatting. *)
Custom constructors are compared for physical equality.
include Base.Equal.S with type t := t
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >