Safe Haskell | None |
---|---|
Language | Haskell2010 |
AUTHOR
- Dr. Alistair Ward
DESCRIPTION
- Implements a parser for PGN-comments.
Synopsis
Types
Data-types
data PGNComment Source #
Represents a comment in PGN.
Instances
Show PGNComment Source # | |
Defined in BishBosh.ContextualNotation.PGNComment showsPrec :: Int -> PGNComment -> ShowS # show :: PGNComment -> String # showList :: [PGNComment] -> ShowS # |
Constants
blockCommentEnd :: Char Source #
Constant comment end-delimiter.
lineCommentEnd :: Char Source #
Constant comment end-delimiter.
Functions
blockCommentParser :: TextParser PGNComment Source #
Parses PGN block-comments.
parser :: TextParser String Source #
Parses PGN-comments.
Accessors
getString :: PGNComment -> String Source #
Accessor.