diffast-langs-verilog.base
V_label.EventExpression
diffast-langs-verilog
diffast-langs-verilog.p
include module type of struct include Ls.EventExpression end
type t = Verilog_parsing.Labels.EventExpression.t =
| Posedge
| Negedge
| Edge
| Iff
| Or
| Multi
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