[Haskell-cafe] Attoparsec concatenating combinator
Yitzchak Gale
gale at sefer.org
Fri Jun 3 12:00:00 CEST 2011
Mario Blažević wrote:
> I don't know if this helps, but the incremental-parser library has
> exactly the combinator you're looking for.
Wow, that is a beautiful implementation of a general parser
library. So much simpler than Parsec. Thanks for pointing it out.
Why are you hiding those nice Monoid classes in the parser
package? Shouldn't it be a separate package?
Edward Kmett has also been adding some nice Monoid
abstractions lately. I haven't been following all of it. I wonder
how yours and his relate.
Thanks,
Yitz
More information about the Haskell-Cafe
mailing list