Copyright | (c) Andy Gill and OGI 1999-2001 |
---|---|
License | BSD-style (see the file libraries/base/LICENSE) |
Maintainer | Andy Gill <[email protected]> |
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) Source # | |
Defined in Text.Html.BlockTable Methods showsPrec :: Int -> BlockTable a -> ShowS # show :: BlockTable a -> String # showList :: [BlockTable a] -> ShowS # |
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 #