123456789101112131415161718192021222324252627282930open!Coreopen!ImportmoduletypeS=sigmoduleTheme:TmoduleTable:sig(** A lower-level module for building tables that puts more burden on the user
to manage the structure of the table, but also provides more freedom
regarding the structure of the table. *)moduleHeader_cell:TmoduleHeader_row:TmoduleData_row:TmoduleData_cell:Tvalheader_cell:?attrs:Vdom.Attr.tlist->Vdom.Node.tlist->Header_cell.tvalheader_row:?attrs:Vdom.Attr.tlist->Header_cell.tlist->Header_row.tvaldata_cell:?attrs:Vdom.Attr.tlist->Vdom.Node.tlist->Data_cell.tvaldata_row:?attrs:Vdom.Attr.tlist->Data_cell.tlist->Data_row.tvaltable:Theme.t->?table_attr:Vdom.Attr.t->header_rows:Header_row.tlist->data_rows:Data_row.tlist->unit->Vdom.Node.tendend