hscolour-1.24.4: Colourise Haskell code.

Safe HaskellSafe
LanguageHaskell98

Language.Haskell.HsColour.Anchors

Synopsis

Documentation

insertAnchors :: [(TokenType, String)] -> [Either Anchor (TokenType, String)] Source #

insertAnchors places an anchor marker in the token stream before the first defining occurrence of any identifier. Here, before means immediately preceding its type signature, or preceding a (haddock) comment that comes immediately before the type signature, or failing either of those, before the first equation.