haskell / haskell/vector

Add uniquely named type aliases for each Vector type to `Data.Vector.Generic`

Open
#240 7 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.