trifecta-0.45: A modern parser combinator library with convenient diagnostics

Portabilitynon-portable
Stabilityprovisional
Maintainerekmett@gmail.com

Text.Trifecta.Parser.Token.Style

Description

 

Synopsis

Documentation

buildSomeSpaceParser :: MonadParser m => m () -> CommentStyle -> m ()Source

Use this to easily build the definition of whiteSpace for your MonadParser given a comment style and an underlying someWhiteSpace parser