You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.