hardcaml_waveterm.kernel
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.
hardcaml_waveterm
hardcaml_waveterm.cyclesim
hardcaml_waveterm.event_store
hardcaml_waveterm.interactive
ppxlib
yojson
module How_to_find : sig ... end
type t = {
how_to_find : How_to_find.t;
condition : Hardcaml.Bits.t -> bool;
}