8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Reported by SK:
Here's a program:
(define (l l1 n1 w1) (cond [true 1])) (l 2 3)
[The function name is "ell", not "one".]
The error message is colored properly, but in the error
l: expects 3 arguments, but given 2: 2 3
when you look at the "2" after the colon, there's an extra space underscored.
Why is "3 arguments" (and the arguments l1, n1, w1) not gradiated?
Why isn't the environment using constructor notation for the values in errors?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Reported by SK:
Here's a program:
[The function name is "ell", not "one".]
The error message is colored properly, but in the error
when you look at the "2" after the colon, there's an extra space underscored.
Why is "3 arguments" (and the arguments l1, n1, w1) not gradiated?
Why isn't the environment using constructor notation for the values in errors?
The text was updated successfully, but these errors were encountered: