package hardcaml_xilinx_components

  1. Overview
  2. Docs

Module Vhdl.Range_directionSource

Sourcetype t =
  1. | Up
  2. | Down
include Ppx_compare_lib.Comparable.S with type t := t
Sourceval compare : t -> t -> int
Sourceval sexp_of_t : t -> Sexplib0.Sexp.t
include Base.Equal.S with type t := t