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

Instances details
Show a => Show (BlockTable a) # 
Instance details

Defined in Text.Html.BlockTable

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))]] #