fwcd / fwcd/curry-language-server
Shadowing function parameters are not handled correctly
Open
bug
- Dominant language
- Haskell
- Stars
- 35
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
E.g. in
```curry
f failed = failed
```
both `failed`s should refer to (e.g. through definition lookup aka. ctrl+click) the local parameter and not the `failed` imported from the `Prelude`.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.