Skip to content

Commit ada6ed6

Browse files
committed
Add doc comment for 'tmrWarnings'
1 parent abd1a39 commit ada6ed6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ghcide/src/Development/IDE/Core/RuleTypes.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ data TcModuleResult = TcModuleResult
159159
-- Used for recompilation checking in the presence of TH
160160
-- Stores the hash of their core file
161161
, tmrWarnings :: WarningMessages
162+
-- ^ Structured warnings for this module.
162163
}
163164
instance Show TcModuleResult where
164165
show = show . pm_mod_summary . tmrParsed

0 commit comments

Comments
 (0)