layout-0.0.0.1: Turn values into pretty text or markup

Text.Layout.Objects

Documentation

data Table a b c Source

Constructors

Table 

Fields

tableCaption :: String
 
tableAxes :: (String, String)
 
tableValues :: [((a, b), c)]