haskell-src-exts-1.14.0: Manipulating Haskell source: abstract syntax, lexer, parser, and pretty-printer
Language.Haskell.Exts.Comments
Synopsis
data Comment Source
A Haskell comment. The Bool is True if the comment is multi-line, i.e. {- -}.
Bool
True
{- -}
Constructors
Instances