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
If one of the types is a function and the other is a value, print a message saying "did you forget to call that function?"
That might still be confusing, since it looks to a novice like they've called it and are operating on a result. Since not all languages require an argument to all functions, I think an additional comment about that might be helpful if the type is {} => ...
If one of the types is a function and the other is a value, print a message saying "did you forget to call that function?"
That might still be confusing, since it looks to a novice like they've called it and are operating on a result. Since not all languages require an argument to all functions, I think an additional comment about that might be helpful if the type is
{} => ...
Zulip discussion
The text was updated successfully, but these errors were encountered: