mirror of
https://github.com/github/semantic.git
synced 2024-12-20 05:11:44 +03:00
Note a FIXME.
This commit is contained in:
parent
45262b585e
commit
6a466c62e6
@ -101,6 +101,7 @@ evaluate lang analyzeModule analyzeTerm modules = do
|
||||
foldr (run preludeEnv) get modules
|
||||
where run preludeEnv m rest = do
|
||||
evaluated <- evalModule preludeEnv m
|
||||
-- FIXME: this should be some sort of Monoidal insert à la the Heap to accommodate multiple Go files being part of the same module.
|
||||
modify' (ModuleTable.insert (modulePath (moduleInfo evaluated)) (evaluated :| []))
|
||||
rest
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user