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

Instances

Show a => Show (BlockTable a) 

single :: a -> 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))]]