sig
  type t = [ `Caption | `Td | `Th | `Tr ]
  type block = [ `Table ]
  type flow = XHTML.T.TABLES.block
end