ghc-tags-core-0.4.2.1: a library to work with tags created from Haskell parsed 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.