html-1.0.1.1: HTML combinator librarySource codeContentsIndex
Text.Html.BlockTable
Portabilityportable
Stabilityprovisional
MaintainerAndy Gill <andy@galconn.com>
Description
An Html combinator library
Documentation
data BlockTable aSource
show/hide Instances
single :: a -> BlockTable aSource
empty :: BlockTable aSource
above :: BlockTable a -> BlockTable a -> BlockTable aSource
beside :: BlockTable a -> BlockTable a -> BlockTable aSource
getMatrix :: BlockTable a -> [[(a, (Int, Int))]]Source
showsTable :: Show a => BlockTable a -> ShowSSource
showTable :: Show a => BlockTable a -> StringSource
Produced by Haddock version 0.9