-
Notifications
You must be signed in to change notification settings - Fork 325
Closed
Labels

Description
Error in $: Failed reading: satisfy
I had an issue today where I saw this error. Having never seen it before it took me some time to track down what my problem was.
It was a simple case of my JSON not being valid after me making an innocent minor change after already checking for validity. Is it possible for Aeson to at least state that the attempted parse failed because the supplied JSON is invalid.
If someone could point to the place where this is handled I could have a go at doing it myself?
Orignally discussed here: #113 (comment)
domenkozar and mnn