mirror of
https://github.com/github/semantic.git
synced 2024-12-11 08:45:48 +03:00
Revert "Bind the vertex."
This reverts commit 8e861863a5cee81cab3c22ceb3b0fb626b95fa5d.
This commit is contained in:
parent
84eb2f76ec
commit
f9dea05ddb
@ -89,9 +89,9 @@ graphingModules :: Members '[ Reader PackageInfo
|
||||
=> SubtermAlgebra Module term (TermEvaluator term location value effects a)
|
||||
-> SubtermAlgebra Module term (TermEvaluator term location value effects a)
|
||||
graphingModules recur m = do
|
||||
let vertex = Module (BC.pack (modulePath (moduleInfo m)))
|
||||
packageInclusion vertex
|
||||
moduleInclusion vertex
|
||||
let name = BC.pack (modulePath (moduleInfo m))
|
||||
packageInclusion (Module name)
|
||||
moduleInclusion (Module name)
|
||||
localState (const (Just (moduleInfo m))) (recur m)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user