sig
  module V1 :
    sig
      type t = Host_and_port.Stable.V1.t
      val compare :
        Host_and_port.Stable.V1.t -> Host_and_port.Stable.V1.t -> int
      val bin_t : Host_and_port.Stable.V1.t Bin_prot.Type_class.t
      val bin_read_t : Host_and_port.Stable.V1.t Bin_prot.Read_ml.reader
      val bin_read_t_ :
        Host_and_port.Stable.V1.t Bin_prot.Unsafe_read_c.reader
      val bin_read_t__ :
        (int -> Host_and_port.Stable.V1.t) Bin_prot.Unsafe_read_c.reader
      val bin_reader_t : Host_and_port.Stable.V1.t Bin_prot.Type_class.reader
      val bin_size_t : Host_and_port.Stable.V1.t Bin_prot.Size.sizer
      val bin_write_t : Host_and_port.Stable.V1.t Bin_prot.Write_ml.writer
      val bin_write_t_ :
        Host_and_port.Stable.V1.t Bin_prot.Unsafe_write_c.writer
      val bin_writer_t : Host_and_port.Stable.V1.t Bin_prot.Type_class.writer
      val t_of_sexp : Sexplib.Sexp.t -> Host_and_port.Stable.V1.t
      val sexp_of_t : Host_and_port.Stable.V1.t -> Sexplib.Sexp.t
    end
end