tabular-0.2.2.8: Two-dimensional data tables with rendering functions
Safe HaskellSafe-Inferred
LanguageHaskell2010

Text.Tabular.Latex

Documentation

render :: (rh -> String) -> (ch -> String) -> (a -> String) -> Table rh ch a -> String #

renderUsing #

Arguments

:: [String]

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

-> (rh -> String) 
-> (ch -> String) 
-> (a -> String) 
-> Table rh ch a 
-> String 

hline :: String #

addTableNl :: String -> String #

label :: String -> String #

hAttr :: Properties -> String #

vAttr :: Properties -> String #