-
Notifications
You must be signed in to change notification settings - Fork 139
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make sure next major version bump includes the correct role annotations for each vector type #277
Milestone
Comments
Current state of vector data types:
I think that Primitive should get same nominal annotation as Storable for same reasons. |
Yeah should be nominal.
…On Wed, Jun 10, 2020 at 3:08 PM Aleksey Khudyakov ***@***.***> wrote:
Current state of vector data types:
- Data.Vector: inferred representational
- Data.Vector.Storable: annotated nominal
- Data.Vector.Primitive: annotated representational
- Data.Vector.Unboxed: inferred nominal
I think that Primitive should get same nominal annotation as Storable for
same reasons.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#277 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAABBQX3UM7MOTEBOFF24DDRV7KZPANCNFSM4KN62VQQ>
.
|
Shimuuar
added a commit
to Shimuuar/vector
that referenced
this issue
Jun 13, 2020
Reasoning is identical to one for storable vectors. See discussion in haskell#224, and PR haskell#235. Fixes haskell#277
Shimuuar
added a commit
to Shimuuar/vector
that referenced
this issue
Jun 14, 2020
Reasoning is identical to one for storable vectors. See discussion in haskell#224, and PR haskell#235. Fixes haskell#277
Shimuuar
added a commit
to Shimuuar/vector
that referenced
this issue
Jun 14, 2020
Reasoning is identical to one for storable vectors. See discussion in haskell#224, and PR haskell#235. Fixes haskell#277
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Storable Vectors need a nominal role, and thats likely true for everything but boxed vectors! (afaict)
The text was updated successfully, but these errors were encountered: