package hardcaml_of_verilog

  1. Overview
  2. Docs
include Sexplib0.Sexpable.S with type t := t
val t_of_sexp : Sexplib0.Sexp.t -> t
val sexp_of_t : t -> Sexplib0.Sexp.t
include Ppx_compare_lib.Equal.S with type t := t
val equal : t -> t -> bool
val create : name:Base.string -> value:Hardcaml.Parameter.Value.t -> t
val name : t -> Base.string
val string_of_value : t -> Base.string