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 8745d54 commit e9d862eCopy full SHA for e9d862e
src/Development/IDE/Core/Rules.hs
@@ -280,7 +280,7 @@ typeCheckRule =
280
IdeOptions{ optDefer = defer} <- getIdeOptions
281
liftIO $ typecheckModule defer packageState tms pm
282
283
-generateCore :: NormalizedFilePath -> Action ([FileDiagnostic], Maybe CoreModule)
+generateCore :: NormalizedFilePath -> Action (IdeResult CoreModule)
284
generateCore file = do
285
deps <- use_ GetDependencies file
286
(tm:tms) <- uses_ TypeCheck (file:transitiveModuleDeps deps)
0 commit comments