aeson-better-errors icon indicating copy to clipboard operation
aeson-better-errors copied to clipboard

MonadParse?

Open kozross opened this issue 5 years ago • 3 comments
trafficstars

I've keenly felt the absence of an mtl-style type class of this sort in some current work.

kozross avatar Oct 20 '20 01:10 kozross

Just so you know, this library is more or less unmaintained. Aeson now provides errors which are more or less on par with this library’s; the only reason to use this one would be if you need structured error types rather than strings, or if you prefer the API.

hdgarrood avatar Oct 20 '20 01:10 hdgarrood

Aww, that's a bit disappointing. I actually prefer structured error types massively, and the API is also much more pleasant.

kozross avatar Oct 20 '20 03:10 kozross

I also just remembered that this was proposed previously and I wasn’t keen on it then: https://github.com/hdgarrood/aeson-better-errors/issues/4

hdgarrood avatar May 08 '22 02:05 hdgarrood