ghc-tags-core-0.1.0.0: a library to work with tags created from Haskell parsed tree

Safe HaskellNone
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 groupped together.

formatTagsFile :: [ETag] -> Builder Source #

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