[Blog] Optimizing xreferee with elemIndex
Haskell Community [Unofficial]
April 18, 2026
brandonchinn178.github.io
Optimizing xreferee with elemIndex
xreferee is a linter that checks that every @(ref:foo) reference in a git repository corresponds to a #(ref:foo) anchor somewhere in the repository. It delegates most of the search to git grep, but there's some parsing logic to parse git grep's...
Discussion in the ATmosphere