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 abd1a39 commit ada6ed6Copy full SHA for ada6ed6
ghcide/src/Development/IDE/Core/RuleTypes.hs
@@ -159,6 +159,7 @@ data TcModuleResult = TcModuleResult
159
-- Used for recompilation checking in the presence of TH
160
-- Stores the hash of their core file
161
, tmrWarnings :: WarningMessages
162
+ -- ^ Structured warnings for this module.
163
}
164
instance Show TcModuleResult where
165
show = show . pm_mod_summary . tmrParsed
0 commit comments