hoogleSource codeContentsIndex
Hoogle.All
Documentation
data Query Source
Constructors
Query
scope :: [Scope]
names :: [String]
typeSig :: Maybe TypeSig
flags :: [Flag]
show/hide Instances
parseQuery :: String -> Either ParseError QuerySource
renderQuery :: Query -> TagStrSource
suggestQuery :: [DataBase] -> Query -> Maybe TagStrSource
usefulQuery
data Flag Source
Constructors
Flag String String
show/hide Instances
data DataBase Source
show/hide Instances
loadDataBase :: FilePath -> IO DataBaseSource
showDataBase :: String -> DataBase -> StringSource
convert :: Bool -> [FilePath] -> FilePath -> FilePath -> IO ()Source
rank :: FilePath -> IO ()Source
combine :: [FilePath] -> FilePath -> IO ()Source
searchAll :: [DataBase] -> Query -> [Result]Source
searchRange :: Range -> [DataBase] -> Query -> [Result]Source
data Result Source
Constructors
Result
resultEntry :: Link Entry
resultView :: [EntryView]
resultScore :: [Score]
show/hide Instances
completions :: DataBase -> String -> [String]Source
Produced by Haddock version 2.4.2