Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
This module defines the Comment
data type.
Synopsis
- data Comment a = Comment {
- annotation :: a
- value :: ByteString
- delimiter :: ByteString
Documentation
A comment with corresponding annotation. Leading blank space is preserved, but trailing blank space is not.
Comment | |
|
delimiter :: ByteString Source #
The start of a comment, which is --
.