diffast-langs-verilog.base
V_label.PortDirection
diffast-langs-verilog
diffast-langs-verilog.p
include module type of struct include Ls.PortDirection end
type t = Verilog_parsing.Labels.PortDirection.t =
| Input
| Output
| Inout
| Ref
| ConstRef
| Anonymous
val to_string : t -> string
val to_simple_string : t -> string
val to_tag : t -> string * 'a list
val anonymize : t -> t
val to_short_string : t -> string