Forked from
Glasgow Haskell Compiler / GHC
9915 commits behind, 1 commit ahead of the upstream repository.

Vladislav Zavialov
authored
The EpaAnnCO we were using contained an Anchor instead of EpaLocation, making it harder to work with. At the same time, using EpaLocation by itself isn't possible either, as we may have tokens without location information. Hence the new data type: data TokenLocation = NoTokenLoc | TokenLoc !EpaLocation
Code owners
Assign users and groups as approvers for specific file changes. Learn more.