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