tabular-0.2.2.7: Two-dimensional data tables with rendering functions
Text.Tabular.Csv
Synopsis
render :: (rh -> String) -> (ch -> String) -> (a -> String) -> Table rh ch a -> String Source
for simplicity, we assume that each cell is rendered on a single line