Skip to content
Snippets Groups Projects
Forked from Glasgow Haskell Compiler / GHC
9915 commits behind, 1 commit ahead of the upstream repository.
Vladislav Zavialov's avatar
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
a7629334
History
Code owners
Assign users and groups as approvers for specific file changes. Learn more.