haskell / primitive

This package provides various primitive memory-related operations.
Other
114 stars 58 forks source link

Add thawByteArray, thawPrimArray #308

Closed konsumlamm closed 3 years ago

konsumlamm commented 3 years ago

Fixes #307.

I added thawByteArray and thawPrimArray. The implementation is just new + copy, similar to the respective freeze variant. The doc comments are essentially copied from thawArray. I also fixed some typos in Data.PrimArray that i noticed, where "byte" was used instead of "primitive"/"prim".

andrewthad commented 3 years ago

This looks good. Could you add

@since 0.7.2.0

to the haddocks in the appropriate places and add a changelog entry?