Closed this issue 5 years ago · 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.
Alternative
Solution seems to be to change the code generated for parsing to not use Alternative
Fixed with c404df1