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