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 |
Language | Haskell98 |
Text.Html.BlockTable
Description
An Html combinator library
Documentation
data BlockTable a Source #
Instances
Show a => Show (BlockTable a) Source # | |
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 #
showsTable :: Show a => BlockTable a -> ShowS Source #