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

Safe HaskellSafe
LanguageHaskell98

Language.Haskell.Exts.Comments

Synopsis

Documentation

data Comment

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

Constructors

Comment Bool SrcSpan String