package hardcaml_xilinx_components

  1. Overview
  2. Docs
type t =
  1. | Char of Base.String.t
  2. | Float of Base.Float.t
  3. | Hex of Base.String.t
  4. | Id of Base.String.t
  5. | Int of Base.Int.t
  6. | Neg of t
  7. | Op of Base.String.t * t * t
  8. | Others of Base.String.t
  9. | String of Base.String.t
  10. | X01 of Base.String.t
include Ppx_compare_lib.Comparable.S with type t := t
val compare : t -> t -> int
val sexp_of_t : t -> Sexplib0.Sexp.t