= 768" x-on:close-sidebar="sidebar=window.innerWidth >= 768 && true">
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Display format for a single wave (a row in the complete waveform).
type t =
| Binary
(*Binary.
*)| Bit
(*Like
*)Binary
, but shows a single bit as a line.| Bit_or of t
(*If
*)width=1
thenBits
otherwiset
| Hex
(*Hexadecimal.
*)| Unsigned_int
(*Unsigned integer.
*)| Int
(*Signed integer.
*)| Index of Import.string Import.list
(*Use data as index into given list of strings.
*)| Custom of Import.Bits.t -> Import.string
(*User 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 Base.Equal.equal