| ||||
| ||||
Documentation | ||||
type Dim = (Indx, Indx) | ||||
dim :: Sheet a -> Dim | ||||
inside :: Indx -> Dim -> Bool | ||||
colRng :: Sheet a -> ColRng | ||||
rowRng :: Sheet a -> ColRng | ||||
indxRange :: Dim -> [Indx] | ||||
height :: Sheet a -> Row | ||||
width :: Sheet a -> Col | ||||
origDim :: Indx -> Dim | ||||
ospan :: Col -> Row -> Dim | ||||
Produced by Haddock version 0.8 |