Is it possible to:
- throw custom parser errors using
uu-parsinglib
in Haskell? (I want especially to print custom error message with position information) - customize the way errors are displayed to the user?
- somehow control where the automatic correction take place, where not? I want for example to deny some autocorrection steps, like deleting the first letter of identifier if it is upper case (identifiers should start with lowercase)