package hardcaml_xilinx_components

  1. Overview
  2. Docs
type t =
  1. | Bit
  2. | Bit_vector of Range.t Base.Option.t
  3. | Boolean
  4. | Integer
  5. | Real
  6. | Std_logic
  7. | Std_logic_vector of Range.t Base.Option.t
  8. | String
  9. | Time
include Ppx_compare_lib.Comparable.S with type t := t
val compare : t -> t -> int
val sexp_of_t : t -> Sexplib0.Sexp.t