Add uniquely named type aliases for each Vector type to `Data.Vector.Generic`
Open
- Dominant language
- Haskell
- Stars
- 400
- Forks
- 145
- PR merge metrics
- No merged PRs in 30d
Description
This would let people more easily write code dealing with multiple `Vector` types without needing to do a qualified import from a different module for each type, just to get the type in scope. Some of my code has 7 lines of `Vector` imports just to bring different types into scope. Having unique alias for each in `Data.Vector.Generic` would solve that issue
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.