You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just have a highlighting problem. For a given function (define (f x) x), the parameter in the function signature is blue, while the parameter in the body is white. The same goes for global variables. Is this the expected highlighting?
The text was updated successfully, but these errors were encountered:
Environment
Error message
I just have a highlighting problem. For a given function
(define (f x) x)
, the parameter in the function signature is blue, while the parameter in the body is white. The same goes for global variables. Is this the expected highlighting?The text was updated successfully, but these errors were encountered: