data TableCell = TableCell {
  tableCellContent :: [TableCellContent]
} deriving Eq
