Re: in-tree API Annotations

2020-05-26 Thread Alan & Kim Zimmerman
And to reply to my own question, yes we do, we use them to tie up the ParsedSource RdrName to the renamed Name when considering refactorings. On Mon, 25 May 2020 at 23:33, Alan & Kim Zimmerman wrote: > I am trying to get my head around the best way to put the API annotations > into the GHC

in-tree API Annotations

2020-05-25 Thread Alan & Kim Zimmerman
I am trying to get my head around the best way to put the API annotations into the GHC ParsedSource directly, so ghc-exactprint can move in to GHC and make the development/testing process easier. Prior to API Annotations, there were very few locations in the AST, as they were added as anchor