layout-0.0.0.2: Turn values into pretty text or markup

Safe HaskellSafe
LanguageHaskell98

Text.Layout.Objects

Documentation

data Table a b c Source #

Constructors

Table 

Fields

Instances

Functor (Table a b) Source # 

Methods

fmap :: (a -> b) -> Table a b a -> Table a b b #

(<$) :: a -> Table a b b -> Table a b a #

(Layout a DisplayText, Layout b DisplayText, Layout c DisplayText) => Layout (Table a b c) DisplayText Source #