Tooltips point to an incorrect definition
Open
bug
- Dominant language
- Haskell
- Stars
- 1.3k
- Forks
- 201
- PR merge metrics
- No merged PRs in 30d
Description
**Shared Program**: https://code.world/haskell#PzVlsrPr2r_CQLbAflh8H4w
**Description**
If you hover over the `Cw.translated` in line 10, you will see that it points to the definition of `translated` in line 9, but that is not the correct definition for `Cw.translated`
The problem is that the tooltips are looking only at the name of the function and ignoring the module part.
Contributor guide
Assessment
This issue has not been assessed yet.