Skip to content
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

incorrect if then else parse in do blocks #127

Open
MangoIV opened this issue Jul 24, 2024 · 1 comment
Open

incorrect if then else parse in do blocks #127

MangoIV opened this issue Jul 24, 2024 · 1 comment

Comments

@MangoIV
Copy link

MangoIV commented Jul 24, 2024

image

This only happens when the True is dedented on the same line as the if and the if is in do block.

@tek
Copy link
Contributor

tek commented Jul 24, 2024

weird! must be a side effect of multi-way if layouts, since the same doesn't work for the expression after then...

I pushed a fix to my dev repo for now; PR here will follow at some point

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants