package hardcaml_xilinx_components

  1. Overview
  2. Docs
Hardcaml Xilinx component definitions

Install

Dune Dependency

Authors

Maintainers

Sources

hardcaml_xilinx_components-v0.15.0.tar.gz
sha256=1cf266f90fec2ec7d6053289f4aa9b753d233b29ddc0c9be1e7d19b97b75f3f8

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.