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
This is because of the way the "caching" mechanism works for typechecking. Once a named function is typechecked for a particular unique set of argument types, this information is stored in the type environment. This currently isn't possible for anonymous functions.
The text was updated successfully, but these errors were encountered:
This is because of the way the "caching" mechanism works for typechecking. Once a named function is typechecked for a particular unique set of argument types, this information is stored in the type environment. This currently isn't possible for anonymous functions.
The text was updated successfully, but these errors were encountered: