Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Index
Synopsis
- type Doc = String
- type Line = String
- type Word = String
- makeIndex :: Doc -> [([Int], Word)]
- numLines :: [Line] -> [(Int, Line)]
- numWords :: (Int, Line) -> [(Int, Word)]
- whitespace :: String
- allNumWords :: [(Int, Line)] -> [(Int, Word)]
- orderPair :: (Int, Word) -> (Int, Word) -> Bool
- sortLs :: [(Int, Word)] -> [(Int, Word)]
- makeLists :: [(Int, Word)] -> [([Int], Word)]
- amalgamate :: [([Int], Word)] -> [([Int], Word)]
- shorten :: [([Int], Word)] -> [([Int], Word)]
Documentation
whitespace :: String Source #