type sep = [ `Left | `Center | `Right ] optiontype row = [ | `Sep of sep list| `Data of Inline.t list
]type t = {col_count : int;rows : row list;
}val col_count :
[< `Data of 'a list | `Header of 'a list | `Sep of 'b list ] list ->
Odoc_utils.Int.tval parse_sep_row :
(Inline.t * (string * string)) list ->
([> `Center | `Left | `Right ] option * int) list option