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

Safe HaskellSafe-Inferred

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