Module Hardcaml_waveterm.Port
module Type : sig ... end
type t
=
{
type_ : Type.t;
port_name : Port_name.t;
width : Import.int;
}
val compare : t -> t -> Import.int
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t
Hardcaml_waveterm.Port
module Type : sig ... end
type t
=
{
type_ : Type.t; |
port_name : Port_name.t; |
width : Import.int; |
}
val compare : t -> t -> Import.int
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t