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 fb8fcc6 commit a2e057fCopy full SHA for a2e057f
ghcide/src/Development/IDE/Core/Shake.hs
@@ -904,7 +904,7 @@ defineEarlyCutOffNoFile f = defineEarlyCutoff $ RuleNoDiagnostics $ \k file -> d
904
defineEarlyCutoff'
905
:: IdeRule k v
906
=> Bool -- ^ update diagnostics
907
- -- | compare previous and current for freshness
+ -- | compare current and previous for freshness
908
-> (BS.ByteString -> BS.ByteString -> Bool)
909
-> k
910
-> NormalizedFilePath
0 commit comments