ghc-tags-core-0.6.1.0: CTags and ETags from Haskell syntax tree.
Safe HaskellSafe-Inferred
LanguageHaskell2010

GhcTags.ETag.Formatter

Description

Simple etags formatter. See https://en.wikipedia.org/wiki/Ctags#Etags

Synopsis

Documentation

formatETagsFile :: [ETag] -> Builder Source #

Format a list of tags as etags file. Tags from the same file must be grouped together.

formatTagsFile :: [ETag] -> Builder Source #

The precondition is that all the tags come frome the same file.