@hackage fast-tags0.0.2

Fast incremental vi tags.

See vimrc for an example of how to keep the tags file up to date automatically.

Design decisions:

  • Only top-level functions with type declarations are tagged.

Not supported:

  • \ continuation in strings is not parsed correctly.

  • Literate haskell.

  • Infix operators.