We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Could add support for naming literal lambdas passed as named function arguments, since that's another binding construct.
The text was updated successfully, but these errors were encountered:
Issues cleanup: Low-hanging fruit? Let's try to have this in 0.14.2.
Sorry, something went wrong.
namedlambda[]: name lambdas given as named function arguments
698cb82
See #40.
First cut added in 698cb82.
Dictionary unpacking in calls not yet supported. Could extract names from the dictionary keys.
Maybe better not to support dictionary unpacking in calls, since the content of those dictionaries is only fully determined at run time.
Instead, in e0308a3, support added for lambdas dictionary literals with literal string keys.
Should be resolved now. Closing.
Technologicat
No branches or pull requests
Could add support for naming literal lambdas passed as named function arguments, since that's another binding construct.
The text was updated successfully, but these errors were encountered: