-
Notifications
You must be signed in to change notification settings - Fork 347
haskell-indentation mode can't parse -XDoAndIfThenElse syntax #321
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Thanks for the report, this is really annoying me too. |
Hmm, I'm not sure anymore. Anyway example in #269 has |
|
@kini: Can you add a test case for this in 'tests/haskell-indenttion-tests.el'? |
Here is a related issue I reported on |
Okay, I'll reopen to keep confusion at bay. Since I know the elisp code I also know that handling of if-then-else is broken and both issues are about manifestation of brokeness. |
@gracjan, ah, I see. So I guess it could make sense to create a general "if-then-else indentation" is broken issue and close both this and #269, and move all the examples there. I guess an easy way to do this would be to edit one of the issue descriptions and make it more general, instead of actually creating a new issue. |
As title. The following code compiles and works fine but produces parse errors after the "else":
The text was updated successfully, but these errors were encountered: