diffast-langs-verilog-parsing
Labels.PortDirection
type 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