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

Safe HaskellSafe
LanguageHaskell2010

Text.Layout.Table.Style

Description

This module provides a primitive styling facility. To make your own style have a look at https://en.wikipedia.org/wiki/Box-drawing_character.

Synopsis

Documentation

data TableStyle Source

Specifies the different letters to construct the non-content structure of a table.

asciiRoundS :: TableStyle Source

My usual ASCII table style.

unicodeS :: TableStyle Source

Uses special unicode characters to draw clean thin boxes.

unicodeBoldHeaderS :: TableStyle Source

Same as unicodeS but uses bold headers.

unicodeRoundS :: TableStyle Source

Same as unicodeS but uses round edges.

unicodeBoldS :: TableStyle Source

Uses bold lines.

unicodeBoldStripedS :: TableStyle Source

Uses bold lines with exception of group seperators, which are striped slim.