tabular-0.1: Two-dimensional data tables with rendering functions

Text.Tabular.Html

Synopsis

Documentation

render :: (a -> String) -> Table a -> HtmlSource

for simplicity, we assume that each cell is rendered on a single line

css :: String -> HtmlSource

Convenience function to add a CSS string to your HTML document

defaultCss :: StringSource

You need to incorporate some CSS into your file with the classes thinbottom, thinright, thickbottom and thickright. See css