| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Scrappy.Files
Synopsis
- listFilesRecursive :: FilePath -> IO [FilePath]
- searchFile :: ScraperT a -> FilePath -> IO Bool
- searchStrFile :: String -> FilePath -> IO Bool
- searchManyFile :: [String] -> FilePath -> IO (Map String Int)
- countOccurrences :: [String] -> Map String Int
- areFilesUsed :: FilePath -> FilePath -> IO ()
- areFilesUsed' :: FilePath -> [FilePath] -> IO [String]