Portability | portable |
---|---|
Stability | provisional |
Maintainer | Andy Gill <andy@galconn.com> |
An Html combinator library
Documentation
data BlockTable a Source
Show a => Show (BlockTable a) |
single :: a -> BlockTable aSource
empty :: BlockTable aSource
above :: BlockTable a -> BlockTable a -> BlockTable aSource
beside :: BlockTable a -> BlockTable a -> BlockTable aSource
getMatrix :: BlockTable a -> [[(a, (Int, Int))]]Source
showsTable :: Show a => BlockTable a -> ShowSSource
showTable :: Show a => BlockTable a -> StringSource