google / google/haskell-indexer
Multi-clause definitions are only linked once
Open
- Dominant language
- Haskell
- Stars
- 103
- Forks
- 19
- PR merge metrics
- No merged PRs in 30d
Description
If a file contains the following definition for `go`, only the first occurence of `go` is linked. The second occurrence is not linked.
```
go 0 = ()
go 1 = ()
```
Contributor guide
Assessment
This issue has not been assessed yet.