struct
type
t = {
suit:
Suit
.t;
rank:
Rank
.t;
}
with
bin_io, sexp
end