We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As title. The following code produces parse errors if you hit tab after the last line:
main :: IO () main = do putStrLn "\ \foo\ \bar"
So does this code:
But this code doesn't produce a parse error (though the tab stop produced is a little odd)
Same with all of these code samples:
All the examples above are compiled by GHC without complaint.
The text was updated successfully, but these errors were encountered:
This one got slightly better due to #552, but not exactly right yet.
Sorry, something went wrong.
This seems to be fixed properly by now. Leave a message here if you disagree.
No branches or pull requests
As title. The following code produces parse errors if you hit tab after the last line:
So does this code:
But this code doesn't produce a parse error (though the tab stop produced is a little odd)
Same with all of these code samples:
All the examples above are compiled by GHC without complaint.
The text was updated successfully, but these errors were encountered: