ContentsIndex
UCheck.HdrAux
Documentation
isString :: Fml -> Bool
isBlank :: Fml -> Bool
isNum :: Fml -> Bool
isAgg :: Fml -> Bool
isAgg' :: Fml -> Bool
isBin :: Fml -> Bool
isRef :: Fml -> Bool
isUnused :: Fml -> Bool
isUnk :: Fml -> Bool
aggEx :: Fml -> [Indx]
neighbor :: Indx -> [Indx]
topNeighbor :: Indx -> [Indx]
botNeighbor :: Indx -> [Indx]
leftNeighbor :: Indx -> [Indx]
rightNeighbor :: Indx -> [Indx]
comp :: Sheet Fml -> Maybe Fml -> Maybe Fml -> Bool
compFml :: Fml -> Fml -> Bool
compInp :: Val -> Val -> Bool
checkRef :: Sheet Fml -> Fml -> Fml
isNeighbor :: Indx -> Indx -> Bool
dist :: Indx -> Indx -> Int
softDist :: Indx -> Indx -> Int
isSoftNeighbor :: Sheet Fml -> Indx -> Indx -> Bool
compareDist :: (Int, Indx) -> (Int, Indx) -> Ordering
rowDist :: Indx -> Indx -> Int
colDist :: Indx -> Indx -> Int
type Cost = Int
rowCost :: Indx -> [Indx] -> Cost
colCost :: Indx -> [Indx] -> Cost
byRow :: [Indx] -> [(Row, [Indx])]
byCol :: [Indx] -> [(Col, [Indx])]
rowRng :: [Indx] -> (Int, Int)
colRng :: [Indx] -> (Int, Int)
flipHeader :: Headers -> Headers
flipper :: Headers -> [(Indx, Indx)]
regrpHdr :: [(Indx, Indx)] -> Headers
(|||) :: (a -> Bool) -> (a -> Bool) -> a -> Bool
(&&&) :: (a -> Bool) -> (a -> Bool) -> a -> Bool
eqRows :: Indx -> Indx -> Bool
eqCols :: Indx -> Indx -> Bool
Produced by Haddock version 0.8