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

Safe HaskellSafe
LanguageHaskell98

Text.Tabular.SimpleText

Documentation

render Source #

Arguments

:: String

delim

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

renderColumns :: String -> Header String -> String Source #