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

Text.Layout.Table.Spec.HeaderSpec

Synopsis

Documentation

data HeaderSpec Source #

Specifies a header.

Constructors

HeaderHS [HeaderColSpec] [String] 
NoneHS 

Instances

Instances details
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.