1
1
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:
Rob Rix 2018-10-23 09:43:57 -04:00
parent bc094e6014
commit edbf882fa9

View File

@ -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