Module Hardcaml_waveterm_kernel.Wave_condition

Type to represent a specific condition you may be searching for in the waveform. The signal can be found by either suffix or a regex.

module How_to_find : sig ... end
type t = {
  1. how_to_find : How_to_find.t;
  2. condition : Hardcaml.Bits.t -> bool;
}