miniblog.
← Back to all posts
Wilfred Hughes
Aug 30, 2017 at 20:45
What if code completion / search was implemented in a graph database? A fascinating discussion by some Haskellers:
https://github.com/haskell/haskell-ide-engine/issues/10
Querying a graph database instead of using GHC-API? · Issue #10 · haskell/haskell-ide-engine
There are some problems with the GHC-API as mentioned here: https://github.com/fpco/haskell-ide/wiki/GHC-API I think that several of these problems could be solved by storing code, type Information...