floskell-0.9.0: A flexible Haskell source code pretty printer

Safe HaskellNone
LanguageHaskell98

Floskell.Comments

Description

Comment handling.

Synopsis

Documentation

annotateComments :: Traversable ast => ast SrcSpanInfo -> [Comment] -> ([ComInfo], ast NodeInfo) Source #

Annotate the AST with comments.