html-1.0.1.2: HTML combinator library

Portabilityportable
Stabilityprovisional
MaintainerAndy Gill <andy@galconn.com>

Text.Html.BlockTable

Description

An Html combinator library

Documentation

data BlockTable a Source

Instances

Show a => Show (BlockTable a) 

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