module Attrs : sig ... end
module Cell : sig ... end
type t
=
{
row_attrs : Attrs.t;
cells : Cell.t list;
}