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 981f777 commit 5be5977Copy full SHA for 5be5977
ghcide/src/Development/IDE/Core/RuleTypes.hs
@@ -155,7 +155,7 @@ data TcModuleResult = TcModuleResult
155
, tmrTypechecked :: TcGblEnv
156
, tmrTopLevelSplices :: Splices
157
-- ^ Typechecked splice information
158
- , tmrDeferredError :: !Bool
+ , tmrDeferredError :: !Bool
159
-- ^ Did we defer any type errors for this module?
160
, tmrRuntimeModules :: !(ModuleEnv ByteString)
161
-- ^ Which modules did we need at runtime while compiling this file?
0 commit comments