html-1.0.1.2: HTML combinator library

Portabilityportable
Stabilityprovisional
MaintainerAndy Gill <andy@galconn.com>
Safe HaskellSafe-Infered

Text.Html.BlockTable

Description

An Html combinator library

Documentation

data BlockTable a

Instances

Show a => Show (BlockTable a) 

single :: a -> BlockTable a

getMatrix :: BlockTable a -> [[(a, (Int, Int))]]