|
|
|
|
|
Documentation |
|
allHeaders :: Sheet Fml -> [(Indx, [Indx])] |
|
findStrings :: Sheet Fml -> [Indx] |
|
findInts :: Sheet Fml -> [Indx] |
|
findNonNulls :: Sheet Fml -> [Indx] |
|
stringHeaders :: Sheet Fml -> [(Indx, [Indx])] |
|
stringHeaders' :: Sheet Fml -> Sheet Classif |
|
intCore :: Sheet Fml -> Sheet Classif |
|
coreCell :: Sheet Fml -> Sheet Classif |
|
fmlFooter :: Sheet Fml -> Sheet Classif |
|
fmlFooter' :: Sheet Fml -> Sheet Classif |
|
binFooter :: Sheet Fml -> Sheet Classif |
|
scorer :: Sheet Fml -> Sheet Classif |
|
scoreBuilder :: (Indx, Fml) -> Sheet Fml -> (Indx, Fml, Int, Int, Int, Int) |
|
scoreClassif :: (Indx, Fml, Int, Int, Int, Int) -> (Indx, Classif) |
|
isSep :: Fml -> Bool |
|
type Table = (Indx, Indx) |
|
tables :: Sheet Fml -> [Sheet Fml] |
|
tableRange :: Sheet Fml -> [Table] |
|
tabs :: Sheet Fml -> ([[Indx]], [Indx]) -> [[Indx]] |
|
type Flag = Char |
|
seedStepper :: Sheet Fml -> Flag -> Indx -> ([Indx], [Indx]) -> ([Indx], [Indx]) |
|
hardSeeder :: Indx -> [Indx] -> ([Indx], [Indx]) |
|
softSeeder :: Sheet Fml -> Indx -> [Indx] -> ([Indx], [Indx]) |
|
sheetMerge :: (a -> a -> a) -> Sheet a -> Sheet a -> Sheet a |
|
fApp :: (a -> a -> a) -> [[Cell a]] -> [Cell a] |
|
preHdrInf :: Sheet Fml -> Sheet Classif |
|
conclude :: (Indx, Classif) -> (Indx, CellRole) |
|
extr :: Eq a => (t -> a) -> a -> t -> Bool |
|
regions :: Sheet Classif -> ([Indx], [Indx]) |
|
hdrInf :: ([Indx], [Indx]) -> Headers |
|
hdrHdr :: [Indx] -> [Indx] -> Headers |
|
hdrHInf :: ([Indx], [Indx]) -> Headers |
|
optAlg2 :: [(Indx, [Indx], Cost)] -> Headers |
|
rowAssign :: [(Row, [Indx])] -> [(Row, [Indx])] -> [(Indx, [Indx], Cost)] |
|
processRow :: [Indx] -> [Indx] -> [(Indx, [Indx], Cost)] |
|
colAssign :: [(Col, [Indx])] -> [(Col, [Indx])] -> [(Indx, [Indx], Cost)] |
|
processCol :: [Indx] -> [Indx] -> [(Indx, [Indx], Cost)] |
|
allRun :: Sheet Fml -> Headers |
|
oneHeader :: Headers -> Headers |
|
Produced by Haddock version 0.8 |