
3 Jun
2011
3 Jun
'11
1:47 a.m.
On Thu, Jun 2, 2011 at 10:02 AM, Yitzchak Gale
I often find while using attoparsec and attoparsec-text that I need to match a number of text parsers consecutively and concatenate the result. By "text parser" I mean "Parser ByteString" for attoparsec and "Parser Text" for attoparsec-text.
I don't know if this helps, but the incremental-parser library has exactly the combinator you're looking for.