mirror of
https://github.com/github/semantic.git
synced 2024-12-22 06:11:49 +03:00
Raise the graph state handler.
This commit is contained in:
parent
bc094e6014
commit
edbf882fa9
@ -183,7 +183,7 @@ runImportGraph lang (package :: Package term) f =
|
||||
let analyzeModule = graphingModuleInfo
|
||||
extractGraph (graph, _) = graph >>= f
|
||||
runImportGraphAnalysis
|
||||
= runState lowerBound
|
||||
= raiseHandler (runState lowerBound)
|
||||
. runHeap
|
||||
. raiseHandler runFresh
|
||||
. resumingLoadError
|
||||
|
Loading…
Reference in New Issue
Block a user