carlohamalainen / ghc-imported-from

For a given Haskell source file, determine where a symbol is imported from
BSD 3-Clause "New" or "Revised" License
26 stars 2 forks source link

Optimise parsing step #17

Closed carlohamalainen closed 10 years ago

carlohamalainen commented 10 years ago

Parsing is done twice (?), once for getting imports and again for looking up the identifier. These could be merged?

carlohamalainen commented 10 years ago

See 59f38e31a9a5a02094cb9ecf23d4e0e97f3e96be and 33a164fb3b5711105c72da33ab196e4531e668db