Use noDuplicate# where appropriate
Open
- Dominant language
- Haskell
- Stars
- 123
- Forks
- 60
- PR merge metrics
- No merged PRs in 30d
Description
`runArray` and similar should probably use `noDuplicate#` to avoid duplicated work and loss of sharing. `<>` should probably use `noDuplicate#` when the result is large, for some value of large.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.