package hardcaml_xilinx_components

  1. Overview
  2. Docs

Module Vhdl.Port_directionSource

Sourcetype t =
  1. | In
  2. | Inout
  3. | Out
include Ppx_compare_lib.Comparable.S with type t := t
Sourceval compare : t -> t -> int
include Ppx_enumerate_lib.Enumerable.S with type t := t
Sourceval all : t list
Sourceval sexp_of_t : t -> Sexplib0.Sexp.t
include Base.Equal.S with type t := t
Sourceval to_string : t -> Base.String.t