diffast-langs-verilog.base
V_label.SequenceExpression
diffast-langs-verilog
diffast-langs-verilog.p
include module type of struct include Ls.SequenceExpression end
type t = Verilog_parsing.Labels.SequenceExpression.t =
| Concat
| Repetition
| OnMatch
| And
| Or
| Intersect
| First_match
| Throughout
| Within
| Clocking
val to_string : t -> string
val to_simple_string : t -> string
val to_tag : t -> string * 'a list
val get_identifier : 'a -> 'b
val to_short_string : t -> string