Module Hardcaml_waveterm.Wave_format
Display format for a single wave (a row in the complete waveform).
val sexp_of_alignment : alignment -> Ppx_sexp_conv_lib.Sexp.t
type t=|BinaryBinary.
|BitLike
Binary, but shows a single bit as a line.|Bit_or of tIf
width=1thenBitsotherwiset|HexHexadecimal.
|Unsigned_intUnsigned integer.
|IntSigned integer.
|Index of Hardcaml_waveterm__.Import.string Hardcaml_waveterm__.Import.listUse data as index into given list of strings.
|Custom of Hardcaml_waveterm__.Import.Bits.t -> Hardcaml_waveterm__.Import.stringUser defined formatting.
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t
Custom constructors are compared for physical equality.
include Hardcaml_waveterm__.Import.Equal.S with type t := t
val equal : t Hardcaml_waveterm__.Import.Equal.equal