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

Safe HaskellSafe-Inferred
LanguageHaskell98

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