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

Text.Tabular.Csv

Synopsis

Documentation

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

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