Fields from `case` block can be attached to the wrong case
Open
bug
funblocks
- Dominant language
- Haskell
- Stars
- 1.3k
- Forks
- 201
- PR merge metrics
- No merged PRs in 30d
Description
Suppose I have a user-defined type with multiple constructors. It comes with a case block. But, the fields from case blocks share names, and can be applied to the other blocks. Oops!
Contributor guide
Assessment
This issue has not been assessed yet.