Home
last modified time | relevance | path

Searched refs:scopeCategory (Results 1 – 2 of 2) sorted by relevance

/dports/devel/hs-hoogle/hoogle-5.0.18.2/src/
H A DQuery.hs30 | QueryScope {scopeInclude :: Bool, scopeCategory :: String, scopeValue :: String} function
45 [['-' | not scopeInclude] ++ scopeCategory ++ ":" ++ scopeValue | QueryScope{..} <- xs]
/dports/devel/hs-hoogle/hoogle-5.0.18.2/src/Output/
H A DTags.hs148 …where fs = map (filterTags2 ts . snd) $ groupSort $ map (scopeCategory &&& id) $ filter isQuerySco…