Module Listening_config.Specification
type t = | Tcp of {port : [ `Chosen_by_OS | `Supplied of Base.int ];
}| Unix of {path : Fpath_base.Fpath.t;
}
include Ppx_compare_lib.Equal.S with type t := t
val equal : t Base__Ppx_compare_lib.equalval sexp_of_t : t -> Sexplib0.Sexp.t