sig
  type t =
      One
    | Two
    | Three
    | Four
    | Five
    | Six
    | Seven
    | Eight
    | Nine
    | Ten
    | Jack
    | Queen
    | King
    | Ace
  val __t_of_sexp__ : Sexplib.Sexp.t -> BinioCard.Rank.t
  val t_of_sexp : Sexplib.Sexp.t -> BinioCard.Rank.t
  val sexp_of_t : BinioCard.Rank.t -> Sexplib.Sexp.t
  val bin_size_t : '-> int
  val bin_write_t :
    Bin_prot.Common.buf ->
    pos:Bin_prot.Common.pos -> BinioCard.Rank.t -> Bin_prot.Common.pos
  val bin_writer_t : BinioCard.Rank.t Core.Std.Bin_prot.Type_class.writer
  val __bin_read_t__ :
    '-> pos_ref:Core.Std.Bin_prot.Common.pos Pervasives.ref -> '-> 'c
  val bin_read_t :
    Bin_prot.Common.buf ->
    pos_ref:Bin_prot.Common.pos_ref -> BinioCard.Rank.t
  val bin_reader_t : BinioCard.Rank.t Core.Std.Bin_prot.Type_class.reader
  val bin_t : BinioCard.Rank.t Core.Std.Bin_prot.Type_class.t
end