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 <[email protected]>
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

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 #