package hardcaml_of_verilog

  1. Overview
  2. Docs

Parameters

module V : sig ... end

Signature

type t = {
  1. name : Base.string;
  2. value : V.t;
}
val sexp_of_t : t -> Sexplib0.Sexp.t