balloon-lang icon indicating copy to clipboard operation
balloon-lang copied to clipboard

Anonymous functions have no typechecking

Open polybuildr opened this issue 8 years ago • 0 comments

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.

polybuildr avatar May 14 '17 08:05 polybuildr