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
If you try typing a deferral in the first position in a function application a JS exception is thrown and it crashes the editor.
let f = fun (x, y, z) -> x + y + z in f(_
The text was updated successfully, but these errors were encountered:
seems to be a regression -- @Negabinary can you add this to your stack when you get back?
Sorry, something went wrong.
Fix Deferral in first position throws exception #1446
12f279a
Fix Deferral in first position throws exception #1446 (#1474)
c33b369
Negabinary
Successfully merging a pull request may close this issue.
Screencast.From.2024-12-22.13-11-45.mp4
If you try typing a deferral in the first position in a function application a JS exception is thrown and it crashes the editor.
The text was updated successfully, but these errors were encountered: