diffast-langs-verilog-parsing
Labels.Gate
type t =
| Gate of gate
| And
| Buf
| Nand
| Nor
| Not
| Or
| Xnor
| Xor
| Anonymous
val to_string : t -> string
val to_simple_string : t -> string
val gate_to_tag : gate -> string
val to_tag : t -> string * 'a list