Module XHTML_types.TABLES


module TABLES: sig .. end

type t = [ `Caption | `Td | `Th | `Tr ] 
type block = [ `Table ] 
type flow = block