Module V_label.QualifierSource

include module type of struct include Ls.Qualifier end
Sourcetype t = Verilog_parsing.Labels.Qualifier.t =
  1. | Protected
  2. | Local
  3. | Static
  4. | Virtual
  5. | PureVirtual
  6. | Rand
  7. | Randc
  8. | Automatic
Sourceval to_string : t -> string
Sourceval to_simple_string : t -> string
Sourceval to_tag : t -> string * 'a list
Sourceval to_short_string : t -> string