package hardcaml_waveterm

  1. Overview
  2. Docs

Simulation port description.

module Type : sig ... end
type t = {
  1. type_ : Type.t;
  2. port_name : Hardcaml_waveterm__.Port_name.t;
  3. width : Base.int;
}
include Ppx_compare_lib.Comparable.S with type t := t
val compare : t -> t -> int
val sexp_of_t : t -> Sexplib0.Sexp.t
include Ppx_compare_lib.Equal.S with type t := t
val equal : t -> t -> bool