haskell / haskell/error-messages
Inaccessible binding in the same decl group is suggested in view pattern
Open
- Dominant language
- No language data
- Stars
- 76
- Forks
- 19
- PR merge metrics
- No merged PRs in 30d
Description
```haskell
(v -> _) = undefined
v = undefined
-- • Variable not in scope: v :: t0 -> t1
-- • Perhaps you meant ‘v’
```
The suggestion should not be made.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.