We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 528c769 commit 36e4646Copy full SHA for 36e4646
hls-graph/src/Development/IDE/Graph/Internal/Database.hs
@@ -258,11 +258,6 @@ updateStatus res = Focus.alter
258
(Just . maybe (KeyDetails res mempty)
259
(\it -> it{keyStatus = res}))
260
261
--- alterStatus :: Monad m => (Status -> Status) -> Focus.Focus KeyDetails m ()
262
--- alterStatus f = Focus.alter
263
--- (Just . maybe (KeyDetails res mempty)
264
--- (\it -> it{keyStatus = res}))
265
-
266
-- | Returns the set of dirty keys annotated with their age (in # of builds)
267
getDirtySet :: Database -> IO [(Key, Int)]
268
getDirtySet db = do
0 commit comments