Safe Haskell | Safe-Infered |
---|
CmdLine.Load
- loadQueryDatabases :: [FilePath] -> Query -> IO ([String], Database)
- availableDatabases :: [FilePath] -> IO [String]
Documentation
loadQueryDatabases :: [FilePath] -> Query -> IO ([String], Database)
Given a list of search directories, and a query, load the databases you need, and return a list of those that you couldn't find
availableDatabases :: [FilePath] -> IO [String]