Hi everyone,
array-0.5.6.0 has been released! Compared to the previous version, this version has the following improvements:
Changed
-
listArrayandnewListArrayare now good consumers of the input list - Bump base bound to
<4.20
Added
- Add the
genArrayandnewGenArrayfunction - Add
Data.Array.MArray.modifyArrayandData.Array.MArray.modifyArray'
These are also exposed fromData.Array.IO,Data.Array.ST, and
Data.Array.Storable. - Add
Data.Array.IArray.(!?)
Fixed
- Array docs regarding constructing arrays
- Update note [Inlining and fusion]
- Unboxed Bool arrays no longer cause spurious alarms
when used with-fcheck-prim-bounds - Replace Haddock hide pragma with not-home to make the Haddocks more readable
Happy coding!
Lei Zhu