When deleting a list comprehension, its index variables stick around
Open
bug
funblocks
- Dominant language
- Haskell
- Stars
- 1.3k
- Forks
- 201
- PR merge metrics
- No merged PRs in 30d
Description
As in the title. Same for a function definition. And if I later define a different function with a parameter by the same name, the block can now be connected to that different function. That's not good, as it confuses the semantics of parameters.
Contributor guide
Assessment
This issue has not been assessed yet.