Skip to content

Set local state for anonymous lambda functions #110

@jjg-123

Description

@jjg-123

Anonymous lambdas, such as (x)->x^2, have random names assigned to them for the duration of their existence. However, anonymous lambdas passed to certain functions (such as for_each) are not put into the correct local state, so end up showing up as munged names in the workspace.

Track down other places this happens and ensure they go to the right place.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions