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