package diffast-langs-verilog-parsing

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Labels.PortDirectionSource

Sourcetype t =
  1. | Input
  2. | Output
  3. | Inout
  4. | Ref
  5. | ConstRef
  6. | Anonymous
Sourceval to_string : t -> string
Sourceval to_simple_string : t -> string
Sourceval to_tag : t -> string * 'a list