Module V_label.AlwaysSpecSource

include module type of struct include Ls.AlwaysSpec end
Sourcetype t = Verilog_parsing.Labels.AlwaysSpec.t =
  1. | NORMAL
  2. | COMB
  3. | FF
  4. | LATCH
Sourceval to_string : t -> string
Sourceval to_rep : t -> string
Sourceval to_short_string : t -> string