Safe Haskell | Safe-Infered |
---|
Hoogle.Query.Type
Documentation
data Query
A query, representing a user input.
data Scope
data Category
queryDatabases :: Query -> [String]
Given a query, return the list of packages that should be searched. Each package will be the name of a database, without any file path or extension included.
queryPackages :: Query -> [(Bool, String)]