Module Port.Type

type t =
| Input
| Output
| Internal
val compare : t -> t -> Hardcaml_waveterm__.Import.int
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t