haskell-src-exts-1.3.5: Manipulating Haskell source: abstract syntax, lexer, parser, and pretty-printerSource codeContentsIndex
Language.Haskell.Exts.Comments
Synopsis
data Comment = Comment Bool SrcSpan String
Documentation
data Comment Source
A Haskell comment. The Bool is True if the comment is multi-line, i.e. {- -}.
Constructors
Comment Bool SrcSpan String
show/hide Instances
Produced by Haddock version 2.6.0