package hardcaml_xilinx_components

  1. Overview
  2. Docs
Hardcaml Xilinx component definitions

Install

Dune Dependency

Authors

Maintainers

Sources

hardcaml_xilinx_components-v0.16.0.tar.gz
sha256=51f52de39bacae0026b61e8d419940718d7e2281e1ecbec1ee3240ae6fe62ad8

doc/hardcaml_xilinx_components.xilinx_vhdl/Xilinx_vhdl/Vhdl/Expression/index.html

Module Vhdl.ExpressionSource

Sourcetype 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
Sourceval compare : t -> t -> int
Sourceval sexp_of_t : t -> Sexplib0.Sexp.t
OCaml

Innovation. Community. Security.