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

Text.Tabular.Latex

Documentation

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

renderUsingSource

Arguments

:: [String]

column header specifications including label (l,h,p{3cm},etc)

-> (a -> String) 
-> Table a 
-> String