
29 Mar
2009
29 Mar
'09
5:11 p.m.
I was playing with Text.XHtml.Table but couldn't use it to output tables. ( cell . toHtml $ " a " ) `beside` (cell . toHtml $ " b " )
a b
already seems wrong -- should be two cells, right? And the result doesn't get embedded in a table tag? Is there something I'm missing? Working code samples would be great.