haskell-src-exts-1.12.0: Manipulating Haskell source: abstract syntax, lexer, parser, and pretty-printer

Safe HaskellSafe-Infered

Language.Haskell.Exts.Comments

Synopsis

Documentation

data Comment Source

A Haskell comment. The Bool is True if the comment is multi-line, i.e. {- -}.

Constructors

Comment Bool SrcSpan String