arybczak / ghc-tags

A command line tool that leverages GHC API for generation of etags (Emacs) and ctags (Vim, VSCode with ctagsx etc.) for efficient code navigation (jump to definition).
Mozilla Public License 2.0
21 stars 3 forks source link

Handle record pattern synonyms properly #14

Closed arybczak closed 1 year ago

arybczak commented 1 year ago

Fixes #11.