Copyright | (c) Andy Gill and OGI, 1999-2001 |
---|---|
License | BSD-style (see the file libraries/base/LICENSE) |
Maintainer | Andy Gill <andy@galconn.com> |
Stability | provisional |
Portability | portable |
Safe Haskell | Safe-Inferred |
Language | Haskell98 |
Text.Html.BlockTable
Description
An Html combinator library
Documentation
data BlockTable a Source
Instances
Show a => Show (BlockTable a) |
single :: a -> BlockTable a Source
empty :: BlockTable a Source
above :: BlockTable a -> BlockTable a -> BlockTable a infixr 3 Source
beside :: BlockTable a -> BlockTable a -> BlockTable a infixr 4 Source
getMatrix :: BlockTable a -> [[(a, (Int, Int))]] Source
showsTable :: Show a => BlockTable a -> ShowS Source
showTable :: Show a => BlockTable a -> String Source