penny-lib-0.4.0.0: Extensible double-entry accounting system - library

Safe HaskellSafe-Infered

Penny.Cabin.Row

Synopsis

Documentation

data Justification Source

How to justify cells. LeftJustify leaves the right side ragged. RightJustify leaves the left side ragged.

Constructors

LeftJustify 
RightJustify 

Instances

data ColumnSpec Source

A cell of text output. You tell the cell how to justify itself and how wide it is. You also tell it the background colors to use. The cell will be appropriately justified (that is, text aligned between left and right margins) and padded (with lines of blank text added on the bottom as needed) when joined with other cells into a Row.

newtype Width Source

How wide the text of a chunk is.

Constructors

Width 

Fields

unWidth :: Int