| ||||||
| ||||||
Documentation | ||||||
type Col = Int | ||||||
type Row = Int | ||||||
type RowRng = (Row, Row) | ||||||
type ColRng = (Col, Col) | ||||||
data Indx | ||||||
| ||||||
origin :: Indx | ||||||
shwCol :: Int -> String | ||||||
shwRow :: Int -> String | ||||||
skipZero :: Int -> Int | ||||||
col :: Indx -> Col | ||||||
row :: Indx -> Row | ||||||
Produced by Haddock version 0.8 |