table-layout-0.4.0.1: Layout text as grid or table.

Safe HaskellSafe
LanguageHaskell2010

Text.Layout.Table.Internal

Synopsis

Documentation

data ColSpec Source

Specifies the layout of a column.

data LenSpec Source

Determines how long a column will be.

data AlignSpec Source

Determines whether a column will align at a specific letter.

Constructors

AlignPred OccSpec 
NoAlign 

data OccSpec Source

Specifies an occurence of a letter.

Constructors

OccSpec (Char -> Bool) Int 

data RowGroup Source

Groups rows together, which are not seperated from each other.

Constructors

RowGroup 

Fields

rows :: [[String]]
 

data HeaderColSpec Source

Specifies how a header is layout, by omitting the cut mark it will use the one specified in the ColSpec like the other cells in that column.