[Haskell-cafe] Attoparsec concatenating combinator

Mario Blažević mblazevic at stilo.com
Fri Jun 3 03:47:15 CEST 2011


On Thu, Jun 2, 2011 at 10:02 AM, Yitzchak Gale <gale at sefer.org> wrote:
> 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.



More information about the Haskell-Cafe mailing list