adl-lang/adl

The haskell backend should generate more informative errors on json parse failure

Closed this issue · 2 comments

ie like the other language backends.

This is due to using the Alternative typeclass in the result and error handling, and this not resulting in the most appropriate error message.

Solution seems to be to change the code generated for parsing to not use Alternative

Fixed with c404df1