html-1.0.1.2: HTML combinator library
Copyright(c) Andy Gill and OGI 1999-2001
LicenseBSD-style (see the file libraries/base/LICENSE)
MaintainerAndy Gill <andy@galconn.com>
Stabilityprovisional
Portabilityportable
Safe HaskellSafe-Inferred
LanguageHaskell98

Text.Html.BlockTable

Description

An Html combinator library

Documentation

data BlockTable a Source #

Instances

Instances details
Show a => Show (BlockTable a) Source # 
Instance details

Defined in Text.Html.BlockTable

Methods

showsPrec :: Int -> BlockTable a -> ShowS

show :: BlockTable a -> String

showList :: [BlockTable a] -> ShowS

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 #