haskell / primitive

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

Add NFData instances for Array and SmallArray #272

Closed Boarders closed 4 years ago

Boarders commented 4 years ago

This adds NFData instances for Array and SmallArray as suggested by @andrewthad. I'm not too familiar with using CPP for supporting many versions so I'm happy to fix glaring errors.

andrewthad commented 4 years ago

The build failures are my fault. I'll fix those on another PR. This looks good though.