The Bundle datatype seemingly doesn't need the field sVector
Open
- Dominant language
- Haskell
- Stars
- 400
- Forks
- 145
- PR merge metrics
- No merged PRs in 30d
Description
In the module `Data.Vector.Fusion.Bundle.Monadic`, the datatype `Bundle m v a` has the field `sVector :: Maybe (v a)`, whose value is currently used by no consumer, apparently (by which I mean I didn't find any usage when I scanned through the code). I am just curious how come it's there. For what (practical or historical) reason does the field exist? Is it even OK to make a pull request in favor of its removal?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.