| 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 #
Instances
| Show a => Show (BlockTable a) # | |
| Defined in Text.Html.BlockTable Methods showsPrec :: Int -> BlockTable a -> ShowS # show :: BlockTable a -> String # showList :: [BlockTable a] -> ShowS # | |
single :: a -> BlockTable a #
empty :: BlockTable a #
above :: BlockTable a -> BlockTable a -> BlockTable a infixr 3 #
beside :: BlockTable a -> BlockTable a -> BlockTable a infixr 4 #
getMatrix :: BlockTable a -> [[(a, (Int, Int))]] #
showsTable :: Show a => BlockTable a -> ShowS #
showTable :: Show a => BlockTable a -> String #