coconut icon indicating copy to clipboard operation
coconut copied to clipboard

Fix scoping for statement lambdas

Open evhub opened this issue 7 months ago • 0 comments

Statement lambdas should automatically get partially applied with the surrounding scope, even that introduced by a list comprehension or normal lambda. Easy way to do this is try to inject locals(), hard way is to detect all the local assignments and explicitly partially apply them.

evhub avatar Dec 09 '23 03:12 evhub