-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
enhancementNew feature or requestNew feature or request
Description
When using a ilist.map it is convenient to define the functions inline
ilist.map(lambda x: x+y, x)However, for (all?) dialect groups, this raises an error
BuildError: Cannot lower Lambda node: <ast.Lambda object at 0xXXXXXXXX>
Feature request: lower lambda nodes to enable these convenient inline functions.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request