Hardcaml.ParameterA Parameter.t is the name and value of a configurable attribute of an instantiated RTL design.
In Verilog they are called parameterss and in VHDL they are called generics.
module Std_logic : sig ... end9-state VHDL std_logic enumeration
module Std_logic_vector : Bits_list.Comb with type t = Std_logic.t Base.listmodule Bit_vector : Bits_list.Comb with type t = Base.int Base.listmodule Value : sig ... endval sexp_of_t : t -> Sexplib0.Sexp.tinclude Base.Equal.S with type t := tval equal : t Base__Equal.equalval find_name : t Base.list -> Parameter_name.t -> Value.t Base.Option.tval find_name_exn : t Base.list -> Parameter_name.t -> Value.tis_subset ts1 ts2 returns true iff every t in ts1 is in ts2.