| Portability | non-portable |
|---|---|
| Stability | provisional |
| Maintainer | ekmett@gmail.com |
Text.Trifecta.Parser.Token.Style
Description
- data CommentStyle = CommentStyle {}
- emptyCommentStyle, haskellCommentStyle, javaCommentStyle :: CommentStyle
- buildWhiteSpaceParser :: MonadParser m => CommentStyle -> m ()
Documentation
data CommentStyle Source
Constructors
| CommentStyle | |
Fields
| |
buildWhiteSpaceParser :: MonadParser m => CommentStyle -> m ()Source
Use this to easily build the definition of whiteSpace for your MonadTokenParser