table-layout-0.9.1.0: Format tabular data as grid or table.
Safe HaskellSafe-Inferred
LanguageHaskell2010

Text.Layout.Table.Spec.RowGroup

Synopsis

Documentation

newtype RowGroup a Source #

Groups rows together which should not be visually seperated from each other.

Constructors

RowGroup 

Fields

rowsG :: [Row a] -> RowGroup a Source #

Group the given rows together.

rowG :: Row a -> RowGroup a Source #

Make a group of a single row.