v3.2.0
- Add
Data.Array.ST.Iterator
, for iterating over things in ST computations - Add
unsafeFreeze
for O(1) freezing of STArrays - Use
~>
in the types fortoUnfoldable
andfromFoldable
(@mlang) - Performance boost for
groupBy
: was quadratic, now linear.