Module V_label.JoinSpecSource

include module type of struct include Ls.JoinSpec end
Sourcetype t = Verilog_parsing.Labels.JoinSpec.t =
  1. | NORMAL
  2. | ANY
  3. | NONE
Sourceval to_string : t -> string
Sourceval to_rep : t -> string
Sourceval to_short_string : t -> string