aeson icon indicating copy to clipboard operation
aeson copied to clipboard

[acc-errors] Accumulate errors for Seq and Vector parsers

Open bergmark opened this issue 7 years ago • 2 comments

Naming has room for improvements, maybe we should even have a module for accumulation related functions, or should we do this in some other way like using a newtype so we can have proper traversable instances (not sure if that'll work out)?

Ping @Lysxia

bergmark avatar Oct 29 '17 17:10 bergmark

I'm not sure when I'll get around to playing more with this, so feel free to steal the commit if anyone wants to keep going before I get the chance.

bergmark avatar Nov 13 '17 17:11 bergmark

I changed this to use an AccParser newtype, much nicer!

bergmark avatar Dec 25 '17 17:12 bergmark