sig
  module V1 :
    sig
      type t = Day_of_week.Stable.V1.t
      val compare : Day_of_week.Stable.V1.t -> Day_of_week.Stable.V1.t -> int
      val t_of_sexp : Sexplib.Sexp.t -> Day_of_week.Stable.V1.t
      val sexp_of_t : Day_of_week.Stable.V1.t -> Sexplib.Sexp.t
      val bin_t : Day_of_week.Stable.V1.t Bin_prot.Type_class.t
      val bin_read_t : Day_of_week.Stable.V1.t Bin_prot.Read.reader
      val __bin_read_t__ :
        (int -> Day_of_week.Stable.V1.t) Bin_prot.Read.reader
      val bin_reader_t : Day_of_week.Stable.V1.t Bin_prot.Type_class.reader
      val bin_size_t : Day_of_week.Stable.V1.t Bin_prot.Size.sizer
      val bin_write_t : Day_of_week.Stable.V1.t Bin_prot.Write.writer
      val bin_writer_t : Day_of_week.Stable.V1.t Bin_prot.Type_class.writer
    end
end