sig
  type t = Stable_containers.Hashable.V1.S.key Hash_set.t
  val bin_t :
    Stable_containers.Hashable.V1.S.Hash_set.t Bin_prot.Type_class.t
  val bin_read_t :
    Stable_containers.Hashable.V1.S.Hash_set.t Bin_prot.Read.reader
  val __bin_read_t__ :
    (int -> Stable_containers.Hashable.V1.S.Hash_set.t) Bin_prot.Read.reader
  val bin_reader_t :
    Stable_containers.Hashable.V1.S.Hash_set.t Bin_prot.Type_class.reader
  val bin_size_t :
    Stable_containers.Hashable.V1.S.Hash_set.t Bin_prot.Size.sizer
  val bin_write_t :
    Stable_containers.Hashable.V1.S.Hash_set.t Bin_prot.Write.writer
  val bin_writer_t :
    Stable_containers.Hashable.V1.S.Hash_set.t Bin_prot.Type_class.writer
  val t_of_sexp :
    Sexplib.Sexp.t -> Stable_containers.Hashable.V1.S.Hash_set.t
  val sexp_of_t :
    Stable_containers.Hashable.V1.S.Hash_set.t -> Sexplib.Sexp.t
end