table-layout-0.9.0.1: Format tabular data as grid or table.

Safe HaskellSafe
LanguageHaskell2010

Text.Layout.Table.Spec.HeaderSpec

Synopsis

Documentation

data HeaderSpec Source #

Specifies a header.

Constructors

HeaderHS [HeaderColSpec] [String] 
NoneHS 
Instances
Default HeaderSpec Source #

By the default the header is not shown.

Instance details

Defined in Text.Layout.Table.Spec.HeaderSpec

Methods

def :: HeaderSpec #

fullH :: [HeaderColSpec] -> [String] -> HeaderSpec Source #

Specify a header column for every title.

titlesH :: [String] -> HeaderSpec Source #

Use titles with the default header column specification.